mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 20:25:25 +02:00
Add toggle flag to combo button
This commit is contained in:
@@ -824,6 +824,12 @@ static ConfigSetting controlSettings[] = {
|
||||
ConfigSetting("ComboKey3Mapping", &g_Config.iCombokey3, 0, true, true),
|
||||
ConfigSetting("ComboKey4Mapping", &g_Config.iCombokey4, 0, true, true),
|
||||
|
||||
ConfigSetting("ComboKey0Toggle", &g_Config.bComboToggle0, false, true, true),
|
||||
ConfigSetting("ComboKey1Toggle", &g_Config.bComboToggle1, false, true, true),
|
||||
ConfigSetting("ComboKey2Toggle", &g_Config.bComboToggle2, false, true, true),
|
||||
ConfigSetting("ComboKey3Toggle", &g_Config.bComboToggle3, false, true, true),
|
||||
ConfigSetting("ComboKey4Toggle", &g_Config.bComboToggle4, false, true, true),
|
||||
|
||||
#if defined(_WIN32)
|
||||
// A win32 user seeing touch controls is likely using PPSSPP on a tablet. There it makes
|
||||
// sense to default this to on.
|
||||
|
||||
Reference in New Issue
Block a user