From b3711dfa5041d08490a8603fe221f267c0da290a Mon Sep 17 00:00:00 2001 From: João Silva Date: Wed, 16 Aug 2017 04:20:50 +0100 Subject: snes9x2010 Lagfix port and comment changes. --- source/snes9x.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/snes9x.h') diff --git a/source/snes9x.h b/source/snes9x.h index fdeae61..9e7d91d 100644 --- a/source/snes9x.h +++ b/source/snes9x.h @@ -217,6 +217,10 @@ extern SSettings Settings; extern SCPUState CPU; extern char String [513]; +#ifdef LAGFIX +extern bool finishedFrame; +#endif + void S9xSetPause(uint32_t mask); void S9xClearPause(uint32_t mask); #endif -- cgit v1.2.3