mirror of
https://github.com/joel16/SwitchIdent.git
synced 2024-11-26 21:20:26 +00:00
parent
dbd086d069
commit
bda82998b0
@ -75,7 +75,6 @@ static void SwitchIdent_TermServices(void) {
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
gfxInitDefault();
|
||||
consoleInit(NULL);
|
||||
|
||||
SwitchIdent_InitServices();
|
||||
@ -175,12 +174,11 @@ int main(int argc, char **argv) {
|
||||
if (kDown & KEY_PLUS)
|
||||
break; // break in order to return to hbmenu
|
||||
|
||||
gfxFlushBuffers();
|
||||
gfxSwapBuffers();
|
||||
gfxWaitForVsync();
|
||||
consoleUpdate(NULL);
|
||||
}
|
||||
|
||||
SwitchIdent_TermServices();
|
||||
gfxExit();
|
||||
|
||||
consoleExit(NULL);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user