AY Timer bug fixes and some QOL improvements (#2073)
* Create android.yml * bug fixes part 1 * bollocks number 1 * Update android.yml * why are you crackling you arent supposed to do that * stop crackling please * what a load of * what a load of part 2 * what a load of part 3 * what a load of part 4 * final commit... i hope! * final commit my rear bottom * final commit for real this time * Delete .github/workflows/android.yml * Update sysDef.cpp
This commit is contained in:
parent
eaa943e724
commit
a9591fae71
4 changed files with 68 additions and 24 deletions
|
|
@ -7569,6 +7569,10 @@ void FurnaceGUI::drawInsEdit() {
|
|||
macroList.push_back(FurnaceGUIMacroDesc(_("Timer Num"),&ins->std.ex8Macro,0,15,64,uiColors[GUI_COLOR_MACRO_OTHER]));
|
||||
macroList.push_back(FurnaceGUIMacroDesc(_("Timer Den"),&ins->std.fmsMacro,0,15,64,uiColors[GUI_COLOR_MACRO_OTHER]));
|
||||
macroList.push_back(FurnaceGUIMacroDesc(_("PWM Boundary"),&ins->std.amsMacro,0,15,64,uiColors[GUI_COLOR_MACRO_OTHER]));
|
||||
// workaround, because the gui will not set
|
||||
// zoom or scroll if we're not in macros tab
|
||||
ins->std.ex7Macro.vZoom=128;
|
||||
ins->std.ex7Macro.vScroll=2048-64;
|
||||
drawMacros(macroList,macroEditStateMacros);
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue