GUI: finally add ability to change coarse editstep

This commit is contained in:
tildearrow 2024-04-26 12:53:33 -05:00
parent a42d6605d5
commit 7f354705e3
4 changed files with 84 additions and 29 deletions

View file

@ -7484,6 +7484,7 @@ FurnaceGUI::FurnaceGUI():
snesFilterHex(false),
modTableHex(false),
displayEditString(false),
changeCoarse(false),
mobileEdit(false),
killGraphics(false),
safeMode(false),
@ -7573,6 +7574,7 @@ FurnaceGUI::FurnaceGUI():
prevIns(0),
oldRow(0),
editStep(1),
editStepCoarse(16),
exportLoops(0),
soloChan(-1),
orderEditMode(0),