mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-04 10:14:11 +00:00
Increase IPC HLE freq a bit for DKCR.
This commit is contained in:
parent
5c08df00b2
commit
e3c6c6dd69
@ -251,7 +251,7 @@ void Init()
|
|||||||
// Now the 1500 is (was) a pure assumption
|
// Now the 1500 is (was) a pure assumption
|
||||||
// We need to figure out the real frequency though
|
// We need to figure out the real frequency though
|
||||||
|
|
||||||
const int freq = 5000;
|
const int freq = 8000;
|
||||||
const int fields = SConfig::GetInstance().m_LocalCoreStartupParameter.
|
const int fields = SConfig::GetInstance().m_LocalCoreStartupParameter.
|
||||||
bVBeam ? 2 : 1;
|
bVBeam ? 2 : 1;
|
||||||
IPC_HLE_PERIOD = GetTicksPerSecond() / (freq * fields);
|
IPC_HLE_PERIOD = GetTicksPerSecond() / (freq * fields);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user