This commit is contained in:
zeromus 2017-03-08 02:58:50 -06:00
parent 598e173d60
commit a8aef42038
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ const Action kHandlers_CMD[] = {
snes_unload_cartridge,
};
void(*kHandlers_QUERY[])() = {
const Action kHandlers_QUERY[] = {
QUERY_get_memory_size, //eMessage_QUERY_get_memory_size TODO - grab during bootup (for all possible memdomains)
QUERY_peek,
QUERY_poke,