mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Set max bus & gpu clock rates
This commit is contained in:
parent
03854a0da1
commit
b606572bce
@ -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