mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
Core::RunOnCPUThread: Avoid Global System Accessor
This commit is contained in:
parent
aea1f64873
commit
6e6b298030
5 changed files with 17 additions and 10 deletions
|
@ -574,7 +574,7 @@ bool MovieManager::BeginRecordingInput(const ControllerTypeArray& controllers,
|
|||
if (Core::IsRunning())
|
||||
Core::UpdateWantDeterminism(m_system);
|
||||
};
|
||||
Core::RunOnCPUThread(start_recording, true);
|
||||
Core::RunOnCPUThread(m_system, start_recording, true);
|
||||
|
||||
Core::DisplayMessage("Starting movie recording", 2000);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue