Merge pull request #2104 from frangarcj/master

(Vita) Set ARM CPU at 444 Mhz
This commit is contained in:
Twinaphex 2015-09-09 18:43:00 +02:00
commit ad5f7263db

View File

@ -223,6 +223,8 @@ static void frontend_psp_init(void *data)
pspFpuSetEnable(0); /* disable FPU exceptions */
scePowerSetClockFrequency(333,333,166);
#else
scePowerSetArmClockFrequency(444);
#endif
#endif