git.y1.nz

SameBoy

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

commit 586459bb74d961f982e5e4b867e3dd42b20e738e
parent 7c8b9cf05a52ad299e0a5cec5cc5040a305b39c8
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun, 20 Feb 2022 19:05:49 +0200

Make it hex editing more reasonable while the core is running

Diffstat:
MHexFiend/HFHexTextRepresenter.m2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HexFiend/HFHexTextRepresenter.m b/HexFiend/HFHexTextRepresenter.m @@ -182,7 +182,7 @@ static inline unsigned char hex2char(NSUInteger c) { [[self view] setHidesNullBytes:[[self controller] shouldHideNullBytes]]; } [super controllerDidChange:bits]; - if (bits & (HFControllerContentValue | HFControllerContentLength | HFControllerSelectedRanges)) { + if (bits & (HFControllerSelectedRanges)) { [self _clearOmittedNybble]; } }

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