mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Merge pull request #12606 from mitaclaw/state-global-system
State: Avoid Global System Accessor
This commit is contained in:
@ -541,7 +541,7 @@ bool MovieManager::BeginRecordingInput(const ControllerTypeArray& controllers,
|
||||
if (File::Exists(save_path))
|
||||
File::Delete(save_path);
|
||||
|
||||
State::SaveAs(save_path);
|
||||
State::SaveAs(m_system, save_path);
|
||||
m_recording_from_save_state = true;
|
||||
|
||||
std::thread md5thread(&MovieManager::GetMD5, this);
|
||||
|
Reference in New Issue
Block a user