mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Core: Add System parameter to CPUThreadGuard.
This commit is contained in:
@ -296,7 +296,7 @@ void RegisterWidget::AutoStep(const std::string& reg) const
|
||||
while (true)
|
||||
{
|
||||
const AutoStepResults results = [&trace] {
|
||||
Core::CPUThreadGuard guard;
|
||||
Core::CPUThreadGuard guard(Core::System::GetInstance());
|
||||
return trace.AutoStepping(guard, true);
|
||||
}();
|
||||
|
||||
|
Reference in New Issue
Block a user