Fix a nasty problem with my last commit.
This commit is contained in:
parent
ca7f13d75e
commit
1159877a95
|
@ -693,7 +693,7 @@ void FCEUI_Emulate(uint8 **pXBuf, int32 **SoundBuf, int32 *SoundBufSize, int ski
|
|||
UpdateLogWindow();
|
||||
//FCEUI_AviVideoUpdate(XBuf);
|
||||
extern int KillFCEUXonFrame;
|
||||
if (FCEUMOV_GetFrame() >= KillFCEUXonFrame)
|
||||
if (KillFCEUXonFrame && (FCEUMOV_GetFrame() >= KillFCEUXonFrame))
|
||||
DoFCEUExit();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue