mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
oop
This commit is contained in:
parent
94c8d6d8e4
commit
d774f80bc2
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ static u32 scePowerSetClockFrequency(u32 pllfreq, u32 cpufreq, u32 busfreq) {
|
|||
busFreq = busfreq;
|
||||
INFO_LOG(HLE,"scePowerSetClockFrequency(%i,%i,%i)", pllfreq, cpufreq, busfreq);
|
||||
}
|
||||
return hleDelayResult(0, "scepower set clockFrequency", 150);
|
||||
return hleDelayResult(0, "scepower set clockFrequency", 150000);
|
||||
}
|
||||
|
||||
static u32 scePowerSetCpuClockFrequency(u32 cpufreq) {
|
||||
|
|
Loading…
Add table
Reference in a new issue