diff options
Diffstat (limited to 'backends/platform/3ds/main.cpp')
-rw-r--r-- | backends/platform/3ds/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/3ds/main.cpp b/backends/platform/3ds/main.cpp index 6cc2c5cf5d..e9046d7c28 100644 --- a/backends/platform/3ds/main.cpp +++ b/backends/platform/3ds/main.cpp @@ -41,13 +41,13 @@ int main(int argc, char *argv[]) { scummvm_main(0, nullptr); delete dynamic_cast<_3DS::OSystem_3DS*>(g_system); - + // Turn on both screen backlights before exiting. if (R_SUCCEEDED(gspLcdInit())) { GSPLCD_PowerOnBacklight(GSPLCD_SCREEN_BOTH); gspLcdExit(); } - + cfguExit(); gfxExit(); return 0; |