mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
merge
This commit is contained in:
parent
88d6bf4034
commit
843996cd60
11 changed files with 318 additions and 1 deletions
|
@ -1122,7 +1122,7 @@ void MainWindow::Reset()
|
|||
auto& movie = system.GetMovie();
|
||||
if (movie.IsRecordingInput())
|
||||
movie.SetReset(true);
|
||||
system.GetProcessorInterface().ResetButton_Tap();
|
||||
system.GetProcessorInterface().ResetButton_Tap_FromUser();
|
||||
}
|
||||
|
||||
void MainWindow::FrameAdvance()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue