diff options
author | Garrett Brown <garbearucla@gmail.com> | 2014-03-02 17:04:45 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-12-01 18:08:29 -0800 |
commit | e2563f6529ea0f08fe153d6baa9dff0935ea8d65 (patch) | |
tree | a96d39b1dc64a0da9e13570ed4b869faede717a1 /system | |
parent | 918e289427c97e9f108b1c9e2219537644ad4955 (diff) |
[retroplayer] Game add-ons
Thanks to Themaister for rewind functionality, fetzerch for mouse support,
file length check and cmake modifications, topfs2 for fixing a crash when
loading game clients, eibma for fixing linux compilation errors, a1rwulf
for catching a missing callback symbol and fixing some rebase errors, and
to notspiff for helping with the rebrand and cmake.
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/settings.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index e876fc0420..a9c53839ee 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -1980,6 +1980,37 @@ </category> </section> <section id="games" label="15016" help="35200"> + <category id="gamesgeneral" label="16000"> + <group id="1" label="35201"> + <setting id="gamesgeneral.enable" type="boolean"> + <visible>false</visible> + <level>0</level> + <default>false</default> + <control type="toggle" /> + </setting> + <setting id="gamesgeneral.enablerewind" type="boolean" label="35203" help="35204"> + <level>0</level> + <default>true</default> + <control type="toggle" /> + </setting> + <setting id="gamesgeneral.rewindtime" type="integer" label="35205" help="35206"> + <level>2</level> + <default>60</default> + <constraints> + <minimum>10</minimum> + <step>10</step> + <maximum>600</maximum> + </constraints> + <dependencies> + <dependency type="enable" setting="gamesgeneral.enablerewind">true</dependency> + </dependencies> + <control type="slider" format="integer"> + <popup>true</popup> + <formatlabel>14045</formatlabel> + </control> + </setting> + </group> + </category> <category id="gameskeyboard" label="35150"> <group id="1" label="128"> <setting id="gameskeyboard.enablekeyboard" type="boolean" label="35152" help="35153"> |