mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +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
|
@ -446,7 +446,7 @@ void CFrame::OnFrameStep(wxCommandEvent& event)
|
|||
{
|
||||
bool wasPaused = Core::GetState() == Core::State::Paused;
|
||||
|
||||
Movie::DoFrameStep();
|
||||
Core::DoFrameStep();
|
||||
|
||||
bool isPaused = Core::GetState() == Core::State::Paused;
|
||||
if (isPaused && !wasPaused) // don't update on unpause, otherwise the status would be wrong when
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue