mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Adjusted IPC HLE period to allow for four emulated wiimotes.
This commit is contained in:
parent
ad508ab8fb
commit
a09e859b3a
@ -246,7 +246,7 @@ void Init()
|
||||
|
||||
// FIXME: does Wiimote Speaker support really require a different interval? (issue 4608)
|
||||
const int interval = SConfig::GetInstance().m_LocalCoreStartupParameter.
|
||||
bDisableWiimoteSpeaker ? 1250 : 1500;
|
||||
bDisableWiimoteSpeaker ? 1250 : 3000;
|
||||
const int fields = SConfig::GetInstance().m_LocalCoreStartupParameter.
|
||||
bVBeam ? 2 : 1;
|
||||
IPC_HLE_PERIOD = GetTicksPerSecond() / (interval * fields);
|
||||
|
Loading…
Reference in New Issue
Block a user