Remove unnecessary function calls
These are called internally by libctru
This commit is contained in:
parent
e732534e91
commit
658c38b350
1 changed files with 0 additions and 4 deletions
|
@ -15,8 +15,6 @@ bool Backend_Init(void (*drag_and_drop_callback)(const char *path), void (*windo
|
||||||
(void)drag_and_drop_callback;
|
(void)drag_and_drop_callback;
|
||||||
(void)window_focus_callback;
|
(void)window_focus_callback;
|
||||||
|
|
||||||
hidInit();
|
|
||||||
|
|
||||||
gfxInitDefault();
|
gfxInitDefault();
|
||||||
consoleInit(GFX_BOTTOM, NULL);
|
consoleInit(GFX_BOTTOM, NULL);
|
||||||
|
|
||||||
|
@ -39,8 +37,6 @@ void Backend_Deinit(void)
|
||||||
romfsExit();
|
romfsExit();
|
||||||
|
|
||||||
gfxExit();
|
gfxExit();
|
||||||
|
|
||||||
hidExit();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Backend_PostWindowCreation(void)
|
void Backend_PostWindowCreation(void)
|
||||||
|
|
Loading…
Add table
Reference in a new issue