aboutsummaryrefslogtreecommitdiff
path: root/backends/psp/psp_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/psp/psp_main.cpp')
-rw-r--r--backends/psp/psp_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/psp/psp_main.cpp b/backends/psp/psp_main.cpp
index 64b48dc30e..b1b976cbb9 100644
--- a/backends/psp/psp_main.cpp
+++ b/backends/psp/psp_main.cpp
@@ -133,7 +133,7 @@ int main(void)
sceIoDclose(fd);
}
- static char *argv[] = { "scummvm", "--force-1x-overlay", NULL };
+ static char *argv[] = { "scummvm", NULL };
static int argc = sizeof(argv)/sizeof(char *)-1;
g_system = new OSystem_PSP_GU();