Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SsuKs: add system board-mappings.d into sandbox
  • Loading branch information
martyone committed Apr 5, 2013
1 parent c72cbcf commit 6e74dc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ssuks/ssuks.cpp
Expand Up @@ -13,6 +13,7 @@
#include <QStringList>

#include "ssukickstarter.h"
#include "constants.h"
#include "libssu/sandbox_p.h"

#include "ssuks.h"
Expand Down Expand Up @@ -48,6 +49,7 @@ void SsuKs::run(){

qout << "Using sandbox at " << sandbox << endl;
Sandbox *sb = new Sandbox(sandbox, Sandbox::UseAsSkeleton, Sandbox::ThisProcess);
sb->addWorldFiles(SSU_BOARD_MAPPING_CONFIGURATION_DIR);
}

SsuKickstarter kickstarter;
Expand Down

0 comments on commit 6e74dc4

Please sign in to comment.