mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
remove space
This commit is contained in:
parent
5d6c9701f2
commit
94c8d6d8e4
@ -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", 150);
|
||||
}
|
||||
|
||||
static u32 scePowerSetCpuClockFrequency(u32 cpufreq) {
|
||||
|
Loading…
Reference in New Issue
Block a user