mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
(Vita) Set ARM CPU at 444 Mhz
This commit is contained in:
parent
0b1fd48432
commit
1aeb74a055
@ -223,6 +223,8 @@ static void frontend_psp_init(void *data)
|
|||||||
|
|
||||||
pspFpuSetEnable(0); /* disable FPU exceptions */
|
pspFpuSetEnable(0); /* disable FPU exceptions */
|
||||||
scePowerSetClockFrequency(333,333,166);
|
scePowerSetClockFrequency(333,333,166);
|
||||||
|
#else
|
||||||
|
scePowerSetArmClockFrequency(444);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user