Преглед изворни кода

Exceptions should be errors, not debug messages.

master
Ben Kurtovic пре 9 година
родитељ
комит
e25bf5fbd7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/iomanager.c

+ 1
- 1
src/iomanager.c Прегледај датотеку

@@ -19,7 +19,7 @@ void iomanager_emulate(GameGear *gg)
// TODO: use SDL events
while (1) {
if (gamegear_simulate(gg)) {
DEBUG("IOManager caught exception: %s", gamegear_get_exception(gg))
ERROR("caught exception: %s", gamegear_get_exception(gg))
#ifdef DEBUG_MODE
z80_dump_registers(&gg->cpu);
#endif


Loading…
Откажи
Сачувај