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:
Mahyar Koshkouei
2021-04-28 15:50:21 +01:00
parent dafad9d64f
commit 0143d7ece1
2 changed files with 1 additions and 3 deletions

View File

@@ -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: