mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
Merge pull request #2104 from frangarcj/master
(Vita) Set ARM CPU at 444 Mhz
This commit is contained in:
commit
ad5f7263db
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user