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};
|
struct dirList_t dirList = {NULL, 0, NULL, 0, NULL};
|
||||||
|
|
||||||
gfxInitDefault();
|
gfxInitDefault();
|
||||||
sdmcInit();
|
|
||||||
consoleInit(GFX_TOP, &topScreen);
|
consoleInit(GFX_TOP, &topScreen);
|
||||||
consoleInit(GFX_BOTTOM, &bottomScreen);
|
consoleInit(GFX_BOTTOM, &bottomScreen);
|
||||||
consoleSelect(&bottomScreen);
|
consoleSelect(&bottomScreen);
|
||||||
@@ -533,7 +532,6 @@ out:
|
|||||||
changeFile(NULL, &playbackInfo);
|
changeFile(NULL, &playbackInfo);
|
||||||
|
|
||||||
gfxExit();
|
gfxExit();
|
||||||
sdmcExit();
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
err:
|
err:
|
||||||
|
|||||||
Reference in New Issue
Block a user