diff options
Diffstat (limited to 'Source/Core/VideoCommon/FrameDump.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/FrameDump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/FrameDump.cpp b/Source/Core/VideoCommon/FrameDump.cpp index d01dacd751..7615542d95 100644 --- a/Source/Core/VideoCommon/FrameDump.cpp +++ b/Source/Core/VideoCommon/FrameDump.cpp @@ -443,7 +443,7 @@ FrameDump::Frame FrameDump::FetchState(u64 ticks) { Frame state; state.ticks = ticks; - state.first_frame = Movie::GetCurrentFrame() < 1; + state.first_frame = Movie::GetCurrentFrame() <= 1; state.ticks_per_second = SystemTimers::GetTicksPerSecond(); state.savestate_index = s_savestate_index; return state; |
