346 Commits

Author SHA1 Message Date
twinaphex
b28b530874 Change joypad_map to unsigned and change default value 2014-10-19 16:22:51 +02:00
twinaphex
1a84ba2d4e (settings data.c) Get rid of stubbed out code 2014-10-19 05:46:59 +02:00
Toad King
c1173388c2 fix input displays in configi for players 2-16 2014-10-18 20:38:46 -05:00
Toad King
fb3a91834e fix input configs for players 2-16 2014-10-18 19:49:18 -05:00
twinaphex
15b128b9ad Change another menu_list_push call to menu_list_push_stack 2014-10-18 02:39:58 +02:00
twinaphex
d921061af8 menu_list_push_stack_ * functions now take in a menu_list_t *
parameter for 1st param instead of file_list_t *
2014-10-18 01:24:37 +02:00
twinaphex
e3894e7b9c Start using menu_list_new/menu_list_free 2014-10-18 01:17:00 +02:00
twinaphex
25efe98704 Create wrapper function menu_list_push_stack_refresh 2014-10-17 22:29:59 +02:00
twinaphex
4c6aff67f2 Refactor menu_entries_push into menu_list_push_refresh 2014-10-17 22:25:23 +02:00
twinaphex
defdd65fae (Settings data) ST_BIND - fixes regular non-player 1 binds with
action OK callback
2014-10-17 08:21:22 +02:00
twinaphex
d753771f5a Add action start callback to ST_BIND settings too 2014-10-17 08:14:17 +02:00
twinaphex
dfe8c291b8 Start implementing CONFIG_BIND action OK callback properly 2014-10-17 07:33:02 +02:00
twinaphex
c53632be81 Start implementing action OK for ST_BIND 2014-10-17 07:11:51 +02:00
twinaphex
3190b50e94 Move Content History Size option to Playlist Options 2014-10-17 04:27:12 +02:00
twinaphex
ef41200775 Add Playlist Options category 2014-10-17 04:23:50 +02:00
twinaphex
0f5161d621 Add History List Enable option 2014-10-17 04:17:28 +02:00
twinaphex
933408a8e4 Get rid of gx_strcpy_resolution 2014-10-16 18:35:30 +02:00
twinaphex
e49cad7b68 Implement action start callback for ST_PATH and ST_DIR 2014-10-16 18:07:57 +02:00
twinaphex
bd1d8e65bc Implement action start callback for ST_PATH 2014-10-16 17:55:24 +02:00
twinaphex
253d8e0da9 Properly split up callbacks 2014-10-16 02:53:35 +02:00
twinaphex
459e4fa0d2 Move more settings callbacks over to settings_data.c 2014-10-15 06:46:00 +02:00
twinaphex
9ade7b5245 Add action OK fraction callbacks 2014-10-15 00:56:20 +02:00
twinaphex
88aa5e62e3 Implement action OK for ST_UINT settings 2014-10-15 00:47:38 +02:00
Twinaphex
860c9c5750 (settings_data.c) Silence some warnings 2014-10-14 22:38:05 +02:00
twinaphex
5506674c69 settings_list.c - Add action OK callback 2014-10-14 22:02:42 +02:00
Twinaphex
60ccfbd749 settings_data.c - Make all of the 'append list' leaf functions static functions 2014-10-14 18:52:31 +02:00
twinaphex
056bc62d23 Get rid of setting 'Libretro Path' 2014-10-14 06:58:48 +02:00
twinaphex
907baa7c11 Fix RGUI issue with 'w' getting set to 0 for settings labels 2014-10-13 04:12:30 +02:00
Toad King
0af2abed74 fix resolution changes not appearing until applied in GX 2014-10-12 21:10:17 -05:00
twinaphex
d4022cce34 Should show disk index label now 2014-10-13 03:49:34 +02:00
twinaphex
481c5ce9d4 Start hooking up Disk Options -> Disk Index again 2014-10-13 03:26:44 +02:00
twinaphex
67fe4f38d4 Clean up obsolete comment in setting_data_new 2014-10-11 05:08:04 +02:00
twinaphex
77f43c78e5 Rename setting_data_get_list to setting_data_new 2014-10-11 04:59:03 +02:00
twinaphex
6ebcbc7f7c Fix 'transfer of control bypasses initialization of terminator variable' warning 2014-10-10 19:03:37 +02:00
Alcaro
adcc92955b (settings_data) Might as well mark the last one. 2014-10-10 00:48:01 +02:00
Alcaro
4c856a2d7f (settings_data) Fix the leaks at 3758 and 3759; better one leak than three. 2014-10-10 00:46:28 +02:00
Alcaro
bf4648ac12 Clean out a few leaks. Still leaks at lines 3758, 3759 and 3864, though, and those seem far nastier to fix... 2014-10-10 00:40:21 +02:00
Mike Robinson
b67c86de28 Add support for deferred settings changes, defer audio latency 2014-10-09 11:09:36 +01:00
Mike Robinson
c8b452e5ac Update audio latency without restart using RARCH_CMD_AUDIO_REINIT 2014-10-09 05:16:00 +01:00
twinaphex
7053b97163 setting_data_get_list - make list pointer being returned no longer static 2014-10-09 00:53:13 +02:00
twinaphex
e5ab079298 Maintain two rarch_setting_t * lists in driver.menu - one
for main menu and the other for settings menu - regenerate these
when needed
2014-10-09 00:50:35 +02:00
twinaphex
7babf3c65f (iOS) Hide Quit RetroArch option for iOS 2014-10-08 02:46:46 +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
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
0e31f60ad1 Dehardcode some code in menu_entries.c 2014-10-07 22:48:57 +02:00
twinaphex
08c6b6e311 Split up settings list code into settings_list.c file 2014-10-07 16:48:24 +02:00