kodi: enable games and disable rewind by default

We want to get more visibility for retroplayer so let's enable games by default.
The only reason kodi doesn't do this is because it doesn't have the sense of a
binary add-on repo. LibreELEC is special in that we have had this ability forever.

We also want to disable rewind by default because it makes low powered devices
suffer in performance. It also isn't exposed in a manner that makes it easy to use yet.
This commit is contained in:
Lukas Rusak 2018-07-14 21:19:13 -07:00
parent 7ce6b81da7
commit 732df8990c
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -1,6 +1,19 @@
<?xml version="1.0" encoding="utf-8" ?>
<settings version="1">
<section id="games">
<category id="gamesgeneral">
<group id="1">
<setting id="gamesgeneral.enable">
<default>true</default>
</setting>
<setting id="gamesgeneral.enablerewind">
<default>false</default>
</setting>
</group>
</category>
</section>
<section id="system">
<category id="display">
<group id="1">