git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 582a5588baefc2381ecc9e5fa39b1ec5d6b7c410
parent 56b14c67aafa2bedf86f99d10edda037c415dca0
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sat, 22 Jan 2022 01:11:50 +0200

Undo is stopped only

Diffstat:
MCore/debugger.c2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Core/debugger.c b/Core/debugger.c @@ -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;

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.