mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-07 10:50:26 +00:00
Set g_Config.bNumberRealWiimotes as volatile. Otherwise connected real wiimotes are not acted on.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5802 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
8bfb17bba1
commit
b372fe4329
@ -34,7 +34,8 @@ struct Config
|
||||
|
||||
// Real Wiimote
|
||||
bool bUpdateRealWiimote, bUnpairRealWiimote, bPairRealWiimote;
|
||||
int bNumberRealWiimotes, bNumberEmuWiimotes, bWiiReadTimeout;
|
||||
volatile int bNumberRealWiimotes;
|
||||
int bNumberEmuWiimotes, bWiiReadTimeout;
|
||||
int iIRLeft, iIRTop, iIRWidth, iIRHeight, iIRLevel;
|
||||
int iAccNeutralX, iAccNeutralY, iAccNeutralZ;
|
||||
int iAccNunNeutralX, iAccNunNeutralY, iAccNunNeutralZ;
|
||||
|
Loading…
Reference in New Issue
Block a user