1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 13:33:24 +01:00

rtp: update to new libnx console API

This commit is contained in:
Michael Scire 2019-01-24 09:10:51 -08:00
parent 5b4e81aa8b
commit c56db864eb

View file

@ -52,7 +52,6 @@ static void reboot_to_payload(void) {
int main(int argc, char **argv)
{
gfxInitDefault();
fsdevMountSdmc();
consoleInit(NULL);
@ -97,7 +96,7 @@ int main(int argc, char **argv)
splExit();
}
fsdevUnmountAll();
gfxExit();
consoleExit(NULL);
return 0;
}