mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Merge pull request #12606 from mitaclaw/state-global-system
State: Avoid Global System Accessor
This commit is contained in:
commit
3948ac9513
10 changed files with 79 additions and 75 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue