mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-07 10:57:04 -05:00
fixed a wii recording desync
(some remote init code was running in playback but not recording)
This commit is contained in:
@@ -48,7 +48,8 @@ void Initialize(void* const hwnd)
|
||||
|
||||
WiimoteReal::Initialize();
|
||||
|
||||
if (Movie::IsPlayingInput()) // reload Wiimotes with our settings
|
||||
// reload Wiimotes with our settings
|
||||
if (Movie::IsPlayingInput() || Movie::IsRecordingInput())
|
||||
Movie::ChangeWiiPads();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user