diff options
Diffstat (limited to 'backends/platform/psp/psp_main.cpp')
| -rw-r--r-- | backends/platform/psp/psp_main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/psp/psp_main.cpp b/backends/platform/psp/psp_main.cpp index 37080c7bf9..3ea6c55368 100644 --- a/backends/platform/psp/psp_main.cpp +++ b/backends/platform/psp/psp_main.cpp @@ -146,6 +146,9 @@ int main(void) { SetupCallbacks(); + //change clock rate to 333mhz + scePowerSetClockFrequency(333, 333, 166); + static const char *argv[] = { "scummvm", NULL }; static int argc = sizeof(argv)/sizeof(char *)-1; |
