mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 09:24:59 -05:00
move Movie::DoFrameStep to Core::DoFrameStep
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user