GTK build fix

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1461 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
skidau 2015-05-21 09:56:55 +00:00
parent 76f4d82c58
commit 378d4fd813
2 changed files with 2 additions and 2 deletions

View File

@ -48,6 +48,8 @@
extern int RGB_LOW_BITS_MASK;
static const u16 STATE_MAX_DEFAULT = 180u;
static const u16 STATE_INTERVAL_DEFAULT = 165u;
namespace VBA
{

View File

@ -264,8 +264,6 @@ private:
u16 m_state_count_max;
u16 m_rewind_interval;
static const u32 SZSTATE = 1024*512;
static const u16 STATE_MAX_DEFAULT = 180u;
static const u16 STATE_INTERVAL_DEFAULT = 165u;
std::deque<char*> m_rewind_load_q;
char *m_psavestate;