13831 Commits

Author SHA1 Message Date
Twinaphex
3ce378d264 (OSX/iOS) Build fixes for changes in setting_data_get_list 2014-10-08 02:42:41 +02:00
twinaphex
da3734e8c7 Add mask parameter to setting_data_get_list 2014-10-08 02:13:07 +02:00
twinaphex
fd50638b8f Combine some flags and reduce calls to 'add_flags' function 2014-10-08 01:52:56 +02:00
twinaphex
92fdae904d Cleanup settings_data.c 2014-10-08 01:18:31 +02:00
twinaphex
150539decc Take out header include in frontend.c 2014-10-08 01:08:16 +02:00
twinaphex
4063f4adb1 (Menu/Settings) Represent input setting options with 'player' index prefix 2014-10-07 23:50:09 +02:00
twinaphex
9b149721dd (Settings_data) Iterate over all Player Index settings 2014-10-07 23:44:04 +02:00
twinaphex
79350540ec Refine some command in setting_data_append_list_input_options 2014-10-07 23:38:32 +02:00
twinaphex
0e2ce4d8d3 (Menu) Input Options and Shader Options don't go through settings list
yet, so put them back in menu_common_type_is
2014-10-07 23:09:21 +02:00
twinaphex
7daf5874e1 Dehardcode some code in menu_common_type_is 2014-10-07 22:52:31 +02:00
twinaphex
0e31f60ad1 Dehardcode some code in menu_entries.c 2014-10-07 22:48:57 +02:00
Twinaphex
7270f8982a (OSX) Get rid of unused variable warnings for now on OSX 2014-10-07 16:51:25 +02:00
Twinaphex
931bc28236 (Null gfx context driver) Prevent excess elements when HAVE_EGL is not defined 2014-10-07 16:49:56 +02:00
twinaphex
08c6b6e311 Split up settings list code into settings_list.c file 2014-10-07 16:48:24 +02:00
twinaphex
0f41867b78 (settings_data.c) More indenting nits 2014-10-07 16:28:25 +02:00
twinaphex
6ea32d0a10 settings_data.c - indenting nits 2014-10-07 16:05:13 +02:00
twinaphex
19977d3504 (settings_data.c) Indenting nits 2014-10-07 15:37:29 +02:00
twinaphex
bba97e71ae general.h - Same for error string 2014-10-07 14:39:37 +02:00
twinaphex
e0982b4eac global subsystem variable - change to PATH_MAX instead of hardcoded
256
2014-10-07 14:39:03 +02:00
twinaphex
76d24cc42b (GL) Get rid of some unnecessary conditionals now that context driver
is at the very least set to a null driver
2014-10-07 14:33:45 +02:00
twinaphex
3603a56c01 Add null gfx context driver 2014-10-07 14:31:10 +02:00
Twinaphex
5b0785228f Merge pull request #1099 from mprobinson/volume-cfg
Merge volume_db and audio_volume, save audio_volume
2014-10-07 13:11:49 +02:00
Twinaphex
fe57822e85 Merge pull request #1098 from mprobinson/invalid-ctx-segfault
Fix segfault on invalid graphics context driver
2014-10-07 13:11:07 +02:00
Mike Robinson
8bc9f53da3 Merge volume_db and audio_volume, save audio_volume
This prevents unexpected volume changes on RARCH_VOLUME_UP and
RARCH_VOLUME_DOWN, and adds convenience by saving to config file.
2014-10-07 05:39:22 +01:00
Mike Robinson
b5bd6f8d20 Fix segfault on invalid graphics context driver
Last element of gfx_ctx_drivers[] is NULL, don't dereference it.
2014-10-07 04:36:39 +01:00
Twinaphex
665a56b0b4 (iOS) Properly implement this - seems to fix the issue on second startup
with the simulator
2014-10-07 04:55:14 +02:00
Twinaphex
3280c0b2c9 (iOS) Build fix 2014-10-07 04:46:14 +02:00
twinaphex
3512919f9a (iOS) Start implementing frontend_apple_get_environment_settings 2014-10-07 04:43:59 +02:00
Twinaphex
d2acf88e05 (iOS) pushViewController always in applicationDidFinishLaunching 2014-10-07 04:24:19 +02:00
Twinaphex
e64c530e6b (iOS) Cleanup applicationDidFinishLaunching implementation 2014-10-07 04:18:42 +02:00
Twinaphex
945376ab2d (iOS) Add more safeguards in apple_touch_event and apple_input_keyboard
event
2014-10-07 04:15:18 +02:00
twinaphex
88dbe4ee63 (Apple) Put safeguards around input_state/button_pressed functions 2014-10-07 04:12:41 +02:00
twinaphex
9216ca3fd1 (settings data) Rename get_list_ functions to append_list 2014-10-07 02:58:28 +02:00
twinaphex
ab630cc2d6 settings_data.c - cleanups 2014-10-07 02:53:41 +02:00
twinaphex
8dbe11613d Add need_refresh parameter to setting_data_get_list 2014-10-07 02:49:04 +02:00
twinaphex
0aa4465aa4 Add helper functions for creating/freeing setting lists 2014-10-07 02:23:42 +02:00
twinaphex
94c4a4a5d4 Split up building of settings list into separate functions -
going to later refactor this settings_data_get_list function
so that you can specify which lists you want to use
2014-10-07 01:53:14 +02:00
twinaphex
af1aae5025 Turn name variable from rarch_setting_group_info_t into const char * 2014-10-07 01:17:18 +02:00
twinaphex
8ac298a232 (Menu) Cleanup menu_action_setting_set somewhat 2014-10-06 23:43:17 +02:00
twinaphex
c2ac98bc18 settings_data.c - indenting nits 2014-10-06 22:15:10 +02:00
twinaphex
8fe70d26de Revert "Reimplement START_GROUP/START_SUB_GROUP macros"
This reverts commit 5e5dcd9c8ba694a4e6dc9adeb7b81e2c2e58b26d.
2014-10-06 22:13:19 +02:00
twinaphex
5e5dcd9c8b Reimplement START_GROUP/START_SUB_GROUP macros 2014-10-06 22:03:53 +02:00
twinaphex
70d8fe634e (settings_data.c) WITH_CMD and WITH_VALUES are now static functions 2014-10-06 21:45:50 +02:00
twinaphex
4241ab17f4 (Settings_data.c) Macro cleanups and de-macrofy two functions 2014-10-06 21:29:39 +02:00
Alcaro
48b8c74968 Fix segfault. 2014-10-06 20:04:02 +02:00
Alcaro
51cfb3f886 Move this assignment outside the two-line conditional. 2014-10-06 20:01:05 +02:00
Alcaro
00c8ba1814 (settings) Fix use-after-free. 2014-10-06 19:59:45 +02:00
twinaphex
8a3a66a2de Refactor APPEND macro into static function 2014-10-06 19:51:55 +02:00
twinaphex
1c439c7f2a (settings_data.c) Simplify APPEND macro 2014-10-06 19:35:37 +02:00
twinaphex
3a16afc226 (Settings data) Refine macros 2014-10-06 19:29:45 +02:00