mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Remove Global Declarations from Movie
This commit is contained in:
parent
e98875949c
commit
222c4ba077
10 changed files with 137 additions and 84 deletions
|
@ -204,7 +204,7 @@ void AVIDump::AddFrame(const u8* data, int width, int height)
|
|||
// Check to see if the first frame being dumped is the first frame of output from the emulator.
|
||||
// This prevents an issue with starting dumping later in emulation from placing the frames
|
||||
// incorrectly.
|
||||
if (!s_start_dumping && Movie::g_currentFrame < 1)
|
||||
if (!s_start_dumping && Movie::GetCurrentFrame() < 1)
|
||||
{
|
||||
delta = CoreTiming::GetTicks();
|
||||
last_pts = AV_NOPTS_VALUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue