Jay McCarthy
|
78f4d2a3d6
|
Fixing iOS build
|
2015-02-08 10:00:39 -05:00 |
|
Jean-André Santoni
|
47c0dabc40
|
(XMB) Fix display issue in settings
|
2015-02-03 04:24:34 +01:00 |
|
twinaphex
|
356e026efb
|
Bind UINT settings
|
2015-01-30 10:35:06 +01:00 |
|
Twinaphex
|
67b233c2cc
|
(OSX) Build fix
|
2015-01-27 23:32:34 +01:00 |
|
Jean-André Santoni
|
89b582c99a
|
(XMB) Fix a setting values display bug by using a more precise context
|
2015-01-26 22:01:06 +01:00 |
|
twinaphex
|
92a18a4109
|
settings.c - cleanups
|
2015-01-14 00:35:27 +01:00 |
|
twinaphex
|
f43b22246b
|
Keep all setting callback functions static
|
2015-01-13 03:37:08 +01:00 |
|
twinaphex
|
6dcef0e0d2
|
More documentation for settings_data.c
|
2015-01-09 16:45:58 +01:00 |
|
twinaphex
|
b1aeb9806b
|
settings_data.c - cleanups
|
2015-01-09 16:22:56 +01:00 |
|
twinaphex
|
953120e5ab
|
Add previous prototypes to settings_data.h to avoid warnings in OSX
|
2015-01-09 02:16:42 +01:00 |
|
twinaphex
|
453321c50b
|
Start updating headers
|
2015-01-07 17:46:50 +01:00 |
|
Twinaphex
|
89104d8431
|
Add prototype to settings_data.h
|
2014-11-15 00:21:16 +01:00 |
|
twinaphex
|
0745a66d49
|
Kill off a bunch of cruft in settings_data.c now that the iOS
menu no longer depends on it
|
2014-11-08 14:45:53 +01:00 |
|
twinaphex
|
8bb99534cc
|
Convert more actions in the main menu to CONFIG_ACTION
|
2014-10-23 00:51:11 +02:00 |
|
twinaphex
|
32af71a9ca
|
Start adding new setting type - ST_ACTION
|
2014-10-23 00:10:58 +02:00 |
|
twinaphex
|
2997af48fa
|
Move config-file code to SDK
|
2014-10-22 03:35:04 +02:00 |
|
twinaphex
|
81c5019afb
|
Move miscellaneous header over to libretro SDK
|
2014-10-21 08:39:37 +02:00 |
|
twinaphex
|
3e45884b67
|
Rename local variables named 'index' elsewhere
|
2014-10-20 19:22:33 +02:00 |
|
twinaphex
|
d753771f5a
|
Add action start callback to ST_BIND settings too
|
2014-10-17 08:14:17 +02:00 |
|
twinaphex
|
77f43c78e5
|
Rename setting_data_get_list to setting_data_new
|
2014-10-11 04:59:03 +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
|
da3734e8c7
|
Add mask parameter to setting_data_get_list
|
2014-10-08 02:13:07 +02:00 |
|
twinaphex
|
08c6b6e311
|
Split up settings list code into settings_list.c file
|
2014-10-07 16:48:24 +02:00 |
|
twinaphex
|
8dbe11613d
|
Add need_refresh parameter to setting_data_get_list
|
2014-10-07 02:49:04 +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
|
ed5f81f0c9
|
Start using rarch_setting_group_info_t structs for passing around group/subgroup names
|
2014-10-06 17:50:21 +02:00 |
|
twinaphex
|
04fe800261
|
Add rarch_setting_group_info_t
|
2014-10-06 16:57:20 +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
|
3c8cc513ab
|
Make it possible to compile without menu support again
|
2014-09-28 18:01:59 +02:00 |
|
twinaphex
|
1682d83831
|
(Menu/Settings) Add SD_FLAG_CMD_APPLY_AUTO
|
2014-09-15 00:21:24 +02:00 |
|
twinaphex
|
899e69f921
|
(Settings/menu) Add WITH_CMD to settings_data.c
|
2014-09-14 23:44:32 +02:00 |
|
twinaphex
|
3d689bd40f
|
(Menu) Add SD_FLAG_EXIT to signal to the menu that we want to cleanly
exit out of the menu
|
2014-09-14 22:39:33 +02:00 |
|
twinaphex
|
f1ccf07603
|
(Menu) Add type MENU_FILE_DRIVER
|
2014-09-11 06:28:52 +02:00 |
|
twinaphex
|
72096df0ee
|
Use setting_data_get_string_representation
|
2014-09-10 03:06:38 +02:00 |
|
twinaphex
|
bcb9852001
|
(Settings data) Subgroup - group name should now be filled in
|
2014-09-09 19:45:15 +02:00 |
|
twinaphex
|
590a1c2434
|
- Refactor menu_entries_push_list
- Add SD_FLAG_PUSH_ACTIOn
|
2014-09-09 03:32:06 +02:00 |
|
twinaphex
|
4790ffda7d
|
- Refactor menu_entries.c code
- Create SD_FLAG_ALLOW_INPUT
|
2014-09-09 02:49:11 +02:00 |
|
twinaphex
|
88b77df234
|
(Menu) Create setting_data_get_label and move code from menu_common_backend.c
to settings_data.c
|
2014-09-07 06:00:41 +02:00 |
|
twinaphex
|
3dcb74ddbb
|
(Menu) Combine get_description functions
|
2014-09-05 04:21:46 +02:00 |
|
twinaphex
|
0c91b1a1ba
|
(Menu) Add ifdef around get_mainmenu
|
2014-08-27 23:17:32 +02:00 |
|
twinaphex
|
e9ab80dec1
|
(Menu) Refactor menu_common_entries_init
|
2014-08-27 23:12:55 +02:00 |
|
twinaphex
|
a1a9c8f3aa
|
Refactor ST_BOOL settings
|
2014-08-27 21:14:36 +02:00 |
|
twinaphex
|
5e2eead66a
|
(Menu) Refactor menu_common_setting_set_current_path_selection
|
2014-08-27 17:36:45 +02:00 |
|
twinaphex
|
cd78e7797f
|
(settings_data.c) Cleanups
|
2014-08-27 01:30:18 +02:00 |
|
twinaphex
|
adc77bcd1d
|
(Menu) Refactor ST_DIR settings
|
2014-08-24 20:19:59 +02:00 |
|
twinaphex
|
0f15cf014e
|
(Menu) Change rounding_fraction to const char*
|
2014-08-24 19:45:34 +02:00 |
|
twinaphex
|
ba813eb950
|
(Menu) Change rounding fraction to snprintf format
|
2014-08-24 19:37:57 +02:00 |
|
twinaphex
|
caaff4ac7a
|
(Menu) Refactor more ST_FLOAT code
|
2014-08-24 19:32:52 +02:00 |
|
twinaphex
|
73a7e0efdc
|
(MSVC) Fix build
|
2014-08-17 20:42:35 +02:00 |
|
twinaphex
|
21dff0771e
|
Rewrite setting_data_get_string_representation
|
2014-08-17 16:20:37 +02:00 |
|