Perf: Fix 3DS build

This commit is contained in:
Jeffrey Pfau 2016-07-29 22:03:25 -07:00
parent da0e39bc59
commit 012c70a0ce
1 changed files with 1 additions and 6 deletions

View File

@ -69,12 +69,7 @@ int main(int argc, char** argv) {
if (!allocateRomBuffer()) {
return 1;
}
sdmcArchive = (FS_Archive) {
ARCHIVE_SDMC,
(FS_Path) { PATH_EMPTY, 1, "" },
0
};
FSUSER_OpenArchive(&sdmcArchive);
FSUSER_OpenArchive(&sdmcArchive, ARCHIVE_SDMC, fsMakePath(PATH_EMPTY, ""));
#else
signal(SIGINT, _mPerfShutdown);
#endif