mirror of https://github.com/LIJI32/SameBoy.git
Make it hex editing more reasonable while the core is running
This commit is contained in:
parent
7c8b9cf05a
commit
586459bb74
|
@ -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];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue