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:
parent
76f4d82c58
commit
378d4fd813
|
@ -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