twinaphex
|
93295638da
|
Remove menu_settings_list.c
|
2015-06-03 11:24:53 +02:00 |
|
twinaphex
|
4c6f5b6a93
|
Cleanups
|
2015-06-03 11:19:26 +02:00 |
|
twinaphex
|
f488242a8e
|
(menu_setting.c) Get rid of memsets
|
2015-06-03 10:58:40 +02:00 |
|
twinaphex
|
18aec77c10
|
Cleanups
|
2015-06-03 10:55:46 +02:00 |
|
twinaphex
|
6ec91b64dc
|
Don't bind default callbacks when they are already bound
|
2015-06-03 10:52:57 +02:00 |
|
twinaphex
|
8397e66026
|
(menu_setting.c) Cut down on code duplication
|
2015-06-03 10:49:56 +02:00 |
|
twinaphex
|
84424f0bdc
|
Cleanups
|
2015-06-03 10:44:34 +02:00 |
|
twinaphex
|
9c6eb2c691
|
Remove unused setting_reset
|
2015-06-03 10:41:05 +02:00 |
|
twinaphex
|
da63376c8a
|
Simplifications
|
2015-06-03 10:33:41 +02:00 |
|
twinaphex
|
4aa2953852
|
setting_handler - cleanups
|
2015-06-03 10:25:13 +02:00 |
|
twinaphex
|
bfcf1a7288
|
Revert "Make some functions static"
This reverts commit 6b04db075d45ad5258586a4ffd5db46cb108ebdc.
|
2015-06-03 10:13:25 +02:00 |
|
twinaphex
|
6b04db075d
|
Make some functions static
|
2015-06-03 10:13:03 +02:00 |
|
twinaphex
|
58a8004d38
|
Cleanup
|
2015-06-03 09:44:41 +02:00 |
|
twinaphex
|
d56ccd2014
|
setting_bool_action_ok_exit - cleanup
|
2015-06-03 09:38:06 +02:00 |
|
twinaphex
|
4169f066fc
|
(menu_setting.c) Simplifications
|
2015-06-03 09:33:08 +02:00 |
|
twinaphex
|
1f28ebae9a
|
Simplifications
|
2015-06-03 09:29:18 +02:00 |
|
twinaphex
|
7ec64e804e
|
Create setting_get_string_representation_default
|
2015-06-03 09:07:20 +02:00 |
|
twinaphex
|
f02bd33f1e
|
(menu_setting.c) Cleanups
|
2015-06-03 09:03:57 +02:00 |
|
twinaphex
|
ecedbce8a5
|
Get rid of some more code duplication
|
2015-06-02 21:34:27 +02:00 |
|
twinaphex
|
b8c4b08d81
|
Start using setting_set_with_string_representation more
|
2015-06-02 21:31:49 +02:00 |
|
twinaphex
|
bfdd2dcaaf
|
Cut down on some code duplication
|
2015-06-02 21:20:58 +02:00 |
|
twinaphex
|
d844f1eb7d
|
Make setting_reset_setting static
|
2015-06-02 21:17:30 +02:00 |
|
twinaphex
|
99960089ec
|
Use setting_reset_setting
|
2015-06-02 21:15:49 +02:00 |
|
twinaphex
|
4ea8caa78c
|
Turn menu_setting_get_ptr static
|
2015-06-02 21:09:32 +02:00 |
|
twinaphex
|
27eec6e639
|
Get rid of superfluous HAVE_MENU ifdefs
|
2015-06-02 20:39:33 +02:00 |
|
twinaphex
|
bc953d3a1b
|
Move settings code entirely to menu
|
2015-06-02 20:26:27 +02:00 |
|
twinaphex
|
cb486c300d
|
Refactor away menu_list_push_stack_refresh
|
2015-05-17 15:00:03 +02:00 |
|
twinaphex
|
29a10e5cb3
|
Create menu_setting_apply_deferred
|
2015-05-15 00:22:26 +02:00 |
|
twinaphex
|
42ee2606a1
|
Remove menu_entries.c
|
2015-05-12 13:14:04 +02:00 |
|
twinaphex
|
88d069c3f7
|
Start wrapping access to menu->list_settings
|
2015-05-08 20:41:15 +02:00 |
|
twinaphex
|
cbaf5cdd05
|
Create menu_setting_get_ptr
|
2015-05-08 20:36:08 +02:00 |
|
twinaphex
|
cb22a3feb9
|
Use menu_setting_find
|
2015-05-08 17:19:43 +02:00 |
|
twinaphex
|
b28a45e7da
|
(menu_setting.c) Simplifications
|
2015-05-07 04:57:49 +02:00 |
|
Twinaphex
|
a3e9a5c8f9
|
Get rid of unused variables
|
2015-04-14 12:57:41 +02:00 |
|
twinaphex
|
930913ee8b
|
(Menu) Cleanups
|
2015-04-14 12:56:37 +02:00 |
|
Twinaphex
|
de2eb5f972
|
Rename RARCH_CMD_* to EVENT_CMD_*
|
2015-04-13 10:29:15 +02:00 |
|
twinaphex
|
a635c8c80d
|
(menu_setting.c) Cleanups
|
2015-03-22 04:56:13 +01:00 |
|
twinaphex
|
73e3460675
|
Change settings_data_ namespace to settings_
|
2015-03-21 00:56:26 +01:00 |
|
twinaphex
|
3670ef2ac5
|
Go through driver_get_ptr to grab pointer to driver struct
|
2015-03-18 19:40:00 +01:00 |
|
twinaphex
|
221b27546b
|
(menu_setting.c) Make it more robust
|
2015-03-17 03:28:06 +01:00 |
|
Higor Eurípedes
|
4f1635e762
|
(Menu) Fix ST_HEX input
|
2015-03-15 13:07:23 -03:00 |
|
twinaphex
|
9b442f9711
|
Start implementing wraparound for changing drivers
|
2015-03-09 14:32:58 +01:00 |
|
twinaphex
|
eb63e78cf6
|
Update action toggle handler
|
2015-03-09 04:18:47 +01:00 |
|
twinaphex
|
2c607ed5d2
|
(Menu) Start adding wraparound parameter to action_toggle
|
2015-03-09 04:10:57 +01:00 |
|
twinaphex
|
94e1a339df
|
Rename menu_action.c to menu_setting.c
|
2015-02-14 01:51:28 +01:00 |
|