diff options
author | popcornmix <popcornmix@gmail.com> | 2013-09-28 00:16:05 +0100 |
---|---|---|
committer | popcornmix <popcornmix@gmail.com> | 2014-01-05 20:53:13 +0000 |
commit | 50b1852fc8511db91542560fec9f8093cb324672 (patch) | |
tree | def028b10ebd2784c329e049b439160e76845846 /system/settings/rbp.xml | |
parent | 907aa6493fd9b3cae8c007d6e60666b40d9c9c07 (diff) |
[rbp/gui] Add switch between higher and lower quality textures
To save memory we default to 16bpp textures,
but provide a GUI option to increase that to 32bpp.
Diffstat (limited to 'system/settings/rbp.xml')
-rw-r--r-- | system/settings/rbp.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/settings/rbp.xml b/system/settings/rbp.xml index 3af681dfa4..b4e9524d7a 100644 --- a/system/settings/rbp.xml +++ b/system/settings/rbp.xml @@ -31,6 +31,11 @@ <setting id="videoscreen.fakefullscreen"> <visible>false</visible> </setting> + <setting id="videoscreen.textures32" type="boolean" label="37020" help="36547"> + <level>2</level> + <default>false</default> + <control type="toggle" /> + </setting> </group> <group id="3"> <setting id="videoscreen.vsync"> |