mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Remove Global Declarations from Movie
This commit is contained in:
parent
e98875949c
commit
222c4ba077
10 changed files with 137 additions and 84 deletions
|
@ -220,7 +220,7 @@ void MainWindow::ForceStop()
|
|||
void MainWindow::Reset()
|
||||
{
|
||||
if (Movie::IsRecordingInput())
|
||||
Movie::g_bReset = true;
|
||||
Movie::SetReset(true);
|
||||
ProcessorInterface::ResetButton_Tap();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue