13650 Commits

Author SHA1 Message Date
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
twinaphex
085bf9e639 Pass group_info to START_GROUP macro 2014-10-06 19:14:05 +02:00
twinaphex
ed5f81f0c9 Start using rarch_setting_group_info_t structs for passing around group/subgroup names 2014-10-06 17:50:21 +02:00
twinaphex
587cacb644 (GL) Don't pass shader pointer variable around 2014-10-06 17:08:42 +02:00
twinaphex
8dc4f66c06 Check if gl->ctx_driver is non-NULL first in gl_frame 2014-10-06 16:59:21 +02:00
twinaphex
04fe800261 Add rarch_setting_group_info_t 2014-10-06 16:57:20 +02:00
twinaphex
156ffc2c41 (GL) Don't use local pointer variable for ctx_driver 2014-10-06 16:48:06 +02:00
Twinaphex
2f47d2378c Revert "Turn APPEND macro into static function"
This reverts commit eef2ef4fc7b263b52d6e1a75683e249ee0a60393.
2014-10-06 16:34:50 +02:00
twinaphex
eef2ef4fc7 Turn APPEND macro into static function 2014-10-06 16:26:37 +02:00
twinaphex
33830cf76a (Settings data) Pass list and list_info to macros 2014-10-06 16:06:24 +02:00
twinaphex
2bdf2a6a12 (Settings data) Pass list and list_info around to macros 2014-10-06 15:56:51 +02:00
twinaphex
d115bfdd8f Settings data - better way of passing list_size and index around -
have a struct for it - rarch_settings_info_t
2014-10-06 15:51:22 +02:00
twinaphex
067df38262 (Settings_data.c) Get rid of list_tmp/list_temp 2014-10-06 15:35:18 +02:00
twinaphex
cd2acaaec6 (settings_data.c) Simplify APPEND macro 2014-10-06 15:32:05 +02:00
Twinaphex
c7d176f02b Merge pull request #1096 from aliaspider/master
(Lakka) fix texture loading when video_threaded is set to 'true'
2014-10-06 03:49:33 +02:00
aliaspider
a30ca8a082 (Lakka) fix texture loading when video_threaded is set to 'true' 2014-10-06 02:41:53 +01:00
Twinaphex
dbbfa700cb (Apple) Take out ownership of apple_input driver 2014-10-06 03:35:56 +02:00
Twinaphex
f47b3570bc Merge pull request #1095 from aliaspider/master
(Lakka) fix segfault due to uninitialized pointer in coords.
2014-10-06 02:39:59 +02:00
aliaspider
ce9cd4ac8f (Lakka) fix segfault due to uninitialized pointer in coords. 2014-10-06 01:37:04 +01:00
Twinaphex
f894f7ad0d (Apple) Get rid of apple_input_get_icade_buttons 2014-10-06 02:06:10 +02:00
Twinaphex
7f0700bc5b (Apple) Use BIT32_ * macros throughout apple_input.c to prevent typos 2014-10-06 01:57:59 +02:00
twinaphex
0789b05d0b (miscellaneous.h) Add BIT32_ * macros 2014-10-06 01:51:45 +02:00
Twinaphex
fdd616abcb (joypad_connection.c) Refactor pt. 2 2014-10-06 01:49:00 +02:00
Twinaphex
29f640fe5d (joypad_connection.c) refactor pt. 1 2014-10-06 00:37:11 +02:00
Twinaphex
317c098897 Take out input_init_keyboard from apple_input_find_any_key (to be
slated for removal later entirely)
2014-10-06 00:25:33 +02:00
Twinaphex
285d7328e4 (OSX) Reimplement sendEvent function - turn it into a switch 2014-10-05 23:49:37 +02:00
Twinaphex
a25a1fc66a (Apple HID) Cleanup 2014-10-05 20:55:59 +02:00
Twinaphex
288847fa49 Make apple_input_get_icade_buttons into static function 2014-10-05 20:45:38 +02:00
Twinaphex
242686133a (Apple) Rename keys variable to key_state 2014-10-05 20:42:17 +02:00
Twinaphex
bf7e058068 (apple_input.c) Refactor away apple_key_pressed 2014-10-05 20:40:34 +02:00
twinaphex
1ac12083d8 Get rid of RARCH_CMD_OVERLAY_REINIT 2014-10-05 20:25:54 +02:00
twinaphex
34f3c7d22e check_mute - go through rarch_main_command instead of directly
calling driver.audio
2014-10-05 20:19:12 +02:00