GTK build fix

This commit is contained in:
skidau 2015-05-21 09:56:55 +00:00
parent 45c8b6a3d6
commit d83062e64e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -264,8 +264,6 @@ private:
u16 m_state_count_max; u16 m_state_count_max;
u16 m_rewind_interval; u16 m_rewind_interval;
static const u32 SZSTATE = 1024*512; 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; std::deque<char*> m_rewind_load_q;
char *m_psavestate; char *m_psavestate;