mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
rtp: update to new libnx console API
This commit is contained in:
parent
5b4e81aa8b
commit
c56db864eb
1 changed files with 1 additions and 2 deletions
|
@ -52,7 +52,6 @@ static void reboot_to_payload(void) {
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
gfxInitDefault();
|
|
||||||
fsdevMountSdmc();
|
fsdevMountSdmc();
|
||||||
consoleInit(NULL);
|
consoleInit(NULL);
|
||||||
|
|
||||||
|
@ -97,7 +96,7 @@ int main(int argc, char **argv)
|
||||||
splExit();
|
splExit();
|
||||||
}
|
}
|
||||||
fsdevUnmountAll();
|
fsdevUnmountAll();
|
||||||
gfxExit();
|
consoleExit(NULL);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue