mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
move Movie::DoFrameStep to Core::DoFrameStep
This commit is contained in:
parent
030dc11c6e
commit
d217e797f2
6 changed files with 29 additions and 27 deletions
|
@ -450,7 +450,7 @@ void MainWindow::Reset()
|
|||
|
||||
void MainWindow::FrameAdvance()
|
||||
{
|
||||
Movie::DoFrameStep();
|
||||
Core::DoFrameStep();
|
||||
EmulationPaused();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue