mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
Merge pull request #7038 from joel16/vita-clockrates
Set max bus & gpu clock rates for PS VITA
This commit is contained in:
commit
af4438406d
@ -288,6 +288,9 @@ static void frontend_psp_init(void *data)
|
||||
|
||||
#ifdef VITA
|
||||
scePowerSetArmClockFrequency(444);
|
||||
scePowerSetBusClockFrequency(222);
|
||||
scePowerSetGpuClockFrequency(222);
|
||||
scePowerSetGpuXbarClockFrequency(166);
|
||||
sceSysmoduleLoadModule(SCE_SYSMODULE_NET);
|
||||
#else
|
||||
(void)data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user