build: fix ctru API change in SDMC access
Additionally updated buildtools. Tested with Citra 3DS emulator only. Signed-off-by: Mahyar Koshkouei <mk@deltabeard.com>
This commit is contained in:
Submodule buildtools updated: 767a439776...ae4c1affff
@@ -300,7 +300,6 @@ int main(int argc, char **argv)
|
||||
struct dirList_t dirList = {NULL, 0, NULL, 0, NULL};
|
||||
|
||||
gfxInitDefault();
|
||||
sdmcInit();
|
||||
consoleInit(GFX_TOP, &topScreen);
|
||||
consoleInit(GFX_BOTTOM, &bottomScreen);
|
||||
consoleSelect(&bottomScreen);
|
||||
@@ -533,7 +532,6 @@ out:
|
||||
changeFile(NULL, &playbackInfo);
|
||||
|
||||
gfxExit();
|
||||
sdmcExit();
|
||||
return 0;
|
||||
|
||||
err:
|
||||
|
||||
Reference in New Issue
Block a user