Cleanup and enable New3DS speedup
This commit is contained in:
parent
80725016f7
commit
c398ec7c25
1 changed files with 2 additions and 6 deletions
|
@ -17,14 +17,12 @@ bool Backend_Init(void (*drag_and_drop_callback)(const char *path), void (*windo
|
|||
gfxInitDefault();
|
||||
consoleInit(GFX_BOTTOM, NULL);
|
||||
|
||||
// gspLcdInit();
|
||||
|
||||
// GSPLCD_PowerOffBacklight(GSPLCD_SCREEN_BOTTOM);
|
||||
|
||||
Result rc = romfsInit();
|
||||
|
||||
if (rc == 0)
|
||||
{
|
||||
osSetSpeedupEnable(true); // Enable New3DS speedup, since this doesn't run very well on Old3DSs yet
|
||||
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
@ -39,8 +37,6 @@ void Backend_Deinit(void)
|
|||
{
|
||||
romfsExit();
|
||||
|
||||
// gspLcdExit();
|
||||
|
||||
gfxExit();
|
||||
|
||||
hidExit();
|
||||
|
|
Loading…
Add table
Reference in a new issue