Fix compile with Gambatte not supporting debug hooks

This commit is contained in:
Ilari Liusvaara 2013-12-02 09:22:55 +02:00
parent 1ab4da5d73
commit 670031cea3

View file

@ -54,9 +54,9 @@ namespace
bool rtc_fixed;
time_t rtc_fixed_val;
gambatte::GB* instance;
bool reallocate_debug = false;
#ifdef GAMBATTE_SUPPORTS_ADV_DEBUG
gambatte::debugbuffer debugbuf;
bool reallocate_debug = false;
size_t cur_romsize;
size_t cur_ramsize;
#endif