525 Commits

Author SHA1 Message Date
Twinaphex
4268edfd05 (Settings data) Rename some settings 2014-07-12 16:03:24 +02:00
Lioncash
07cc9b08d2 settings_data.c: Fix an accidental use of a string literal in a boolean function 2014-07-11 20:33:23 -04:00
Twinaphex
10f25672a0 (Settings data) Rearrange some settings 2014-07-11 01:04:25 +02:00
twinaphex
e396a93925 (Settings data) Rearrange some settings 2014-07-11 00:57:18 +02:00
twinaphex
c9287fccfb (Settings data) Fix warning 2014-07-09 12:33:45 +02:00
twinaphex
59bba490f9 (Setting data) Add group name/subgroup name too to settings 2014-07-08 21:33:34 +02:00
twinaphex
56380f309f (Setting data) Make settings data more readable 2014-07-08 19:23:53 +02:00
twinaphex
70e7b4a26e (Settings data) Create enum for settings list 2014-07-08 18:56:12 +02:00
twinaphex
155e51259e (Settings data) Some cleanups 2014-07-08 16:10:54 +02:00
twinaphex
86f51d703f (Settings data/iOS) Fix crash at startup with new config - audio latency was being set to
0 because g_defaults.out_latency would point to 0 - instead, we check
if g_defaults.settings.out_latency is higher than 0 and if so, set the
setting to that - otherwise, default to value in config.def.h

On an unrelated note - the setting I just added to settings_data.c still
doesn't show up. This code is in need of some serious refactoring
2014-07-08 15:29:45 +02:00
twinaphex
0b44fef6d1 (Settings data) Move setting around 2014-07-08 14:01:36 +02:00
twinaphex
a7c9137c0d (Settings data) Add Overlay Enable option 2014-07-08 13:55:23 +02:00
twinaphex
c090ee634c (Android) Remove debug_input_enable 2014-06-20 07:03:06 +02:00
twinaphex
d476f0df91 Revert "Remove g_settings.audio.block_frames - never used"
This reverts commit 9ed3f3847c608b26c792c6dcbc3711ed946226b3.
2014-06-13 02:15:10 +02:00
twinaphex
9ed3f3847c Remove g_settings.audio.block_frames - never used 2014-06-13 00:17:23 +02:00
twinaphex
7590defc57 Add g_defaults.settings.out_latency 2014-06-12 18:30:41 +02:00
twinaphex
d1f8ee6132 (Android) Take out bad Android input hacks 2014-06-11 00:41:48 +02:00
twinaphex
966db762cf (Menu) More replacement of namespace prefix 'rgui' with 'menu' 2014-06-10 02:06:10 +02:00
Themaister
e545d695ec Begin big rewrite of GL/raster font rendering path. 2014-06-08 14:08:26 +02:00
twinaphex
e1387a7b0b Take out image driver 2014-05-28 21:14:33 +02:00
twinaphex
449036a0c1 (Apple) Build fix 2014-05-12 14:40:14 +02:00
twinaphex
fda33fec90 (Settings data) More shuffling around 2014-05-11 04:28:53 +02:00
twinaphex
fe224a3f98 (Settings) Modify setting_data_get_list 2014-05-11 04:23:29 +02:00
twinaphex
0454ac623e (Menu) Move 'rgui' global variable to 'driver' struct 2014-05-09 05:47:32 +02:00
twinaphex
de7cf52227 (Apple/General_) Turn setting_data into general code - this code
will be used for exposing a list of generic menu settings to
WIMP menus and other such things (already used by the Apple port
in tihs way)
2014-05-03 18:38:29 +02:00