GTK build fix
This commit is contained in:
parent
45c8b6a3d6
commit
d83062e64e
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue