mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 12:06:53 +01:00
add missing 2 button trigger for Emulation button
This commit is contained in:
parent
a4b9c08436
commit
633bca15af
@ -3280,6 +3280,7 @@ static int MenuSettings()
|
||||
emulationBtn.SetSoundOver(&btnSoundOver);
|
||||
emulationBtn.SetSoundClick(&btnSoundClick);
|
||||
emulationBtn.SetTrigger(trigA);
|
||||
emulationBtn.SetTrigger(trig2);
|
||||
emulationBtn.SetEffectGrow();
|
||||
|
||||
GuiText backBtnTxt("Go Back", 22, (GXColor){0, 0, 0, 255});
|
||||
|
Loading…
Reference in New Issue
Block a user