From 9e3b78e1e988ec042ab8b20b27246ccf6ba73614 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 18 May 2006 13:59:20 +0000 Subject: --force-1x-overlay is no more. Remove leftovers. svn-id: r22519 --- backends/psp/psp_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends') 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(); -- cgit v1.2.3