mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
Adjusted IPC HLE period to allow for four emulated wiimotes.
This commit is contained in:
parent
ad508ab8fb
commit
a09e859b3a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue