mirror of https://github.com/LIJI32/SameBoy.git
Undo is stopped only
This commit is contained in:
parent
56b14c67aa
commit
582a5588ba
|
@ -1924,6 +1924,8 @@ static bool wave(GB_gameboy_t *gb, char *arguments, char *modifiers, const debug
|
|||
static bool undo(GB_gameboy_t *gb, char *arguments, char *modifiers, const debugger_command_t *command)
|
||||
{
|
||||
NO_MODIFIERS
|
||||
STOPPED_ONLY
|
||||
|
||||
if (strlen(lstrip(arguments))) {
|
||||
print_usage(gb, command);
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue