MinMod: add phase reset macro

This commit is contained in:
Natt Akuma 2024-03-19 14:24:06 +07:00 committed by tildearrow
parent c698f72e97
commit addbe4c8b5

View file

@ -7234,7 +7234,8 @@ void FurnaceGUI::drawInsEdit() {
ins->type==DIV_INS_POWERNOISE_SLOPE || ins->type==DIV_INS_POWERNOISE_SLOPE ||
ins->type==DIV_INS_DAVE || ins->type==DIV_INS_DAVE ||
ins->type==DIV_INS_NDS || ins->type==DIV_INS_NDS ||
ins->type==DIV_INS_GBA_DMA) { ins->type==DIV_INS_GBA_DMA ||
ins->type==DIV_INS_GBA_MINMOD) {
macroList.push_back(FurnaceGUIMacroDesc("Phase Reset",&ins->std.phaseResetMacro,0,1,32,uiColors[GUI_COLOR_MACRO_OTHER],false,NULL,NULL,true)); macroList.push_back(FurnaceGUIMacroDesc("Phase Reset",&ins->std.phaseResetMacro,0,1,32,uiColors[GUI_COLOR_MACRO_OTHER],false,NULL,NULL,true));
} }
if (ex1Max>0) { if (ex1Max>0) {