448 Commits

Author SHA1 Message Date
twinaphex
badb29942b Add monitor FPS enable option 2015-01-12 05:59:11 +01:00
twinaphex
9a39abfbf0 Rename menu_input.c functions so that they are all in menu_input_*
namespace
2015-01-11 06:42:53 +01:00
twinaphex
7f0ccae0d7 Rename menu_input_line_cb.c to menu_input.c 2015-01-11 06:24:44 +01:00
twinaphex
ef720d3815 Remove menu_type_is - now obsolete 2015-01-10 05:25:37 +01:00
twinaphex
99c9afa5cd Update PATH_MAX to PATH_MAX_LENGTH 2015-01-09 18:04:29 +01:00
twinaphex
ec22bada36 Add retroarch.h header 2015-01-09 17:40:47 +01:00
twinaphex
8f511815d1 Create new header 'settings.h' 2015-01-09 16:56:21 +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
3aca3bceb9 (Menu) Implement action_cancel 2015-01-09 04:43:24 +01:00
twinaphex
a30b7295ee Change name of action start function for video refresh rate auto 2015-01-09 00:58:00 +01:00
twinaphex
a13c1374bb Cleanups 2015-01-09 00:56:11 +01:00
twinaphex
da96fc54a6 Rename some functions 2015-01-09 00:45:31 +01:00
twinaphex
d4e543d600 Group all action_ok functions together 2015-01-09 00:42:42 +01:00
twinaphex
61f89e683e Group all action_start functions together 2015-01-09 00:41:03 +01:00
twinaphex
2ba0bbda38 Group all action_toggle funtions together 2015-01-09 00:38:50 +01:00
twinaphex
769d62e551 Add some more documentation for functions in settings_data.c 2015-01-09 00:23:59 +01:00
twinaphex
b662a10209 Start to add some documentation to settings_data.c 2015-01-09 00:07:42 +01:00
twinaphex
ecf499c588 Update headers 2015-01-07 18:24:13 +01:00
twinaphex
1a0f817893 Cleanups/build fix 2015-01-07 15:49:56 +01:00
Jay McCarthy
7bb75162f7 Using iOS browser for Cores and Content 2015-01-06 21:53:18 -05:00
twinaphex
681f332183 Add SD_FLAG_BROWSER_ACTION 2015-01-07 01:38:06 +01:00
twinaphex
6fb51eb360 Initial implementation of remap binds feature 2015-01-05 22:53:21 +01:00
twinaphex
12c7147f8f Start adding Core Input Remapping options (stub for now) 2015-01-05 19:49:11 +01:00
twinaphex
071021c064 Change Browser Options description 2015-01-05 15:51:34 +01:00
twinaphex
7a456c6c3a Rename MAX_PLAYERS to MAX_USERS 2015-01-05 01:58:00 +01:00
twinaphex
45cdb15de4 Add setting 'Max Users' 2015-01-05 01:45:57 +01:00
twinaphex
6ca7e0561e Add menu_navigation_browser_filter_supported_extensions_enable option 2015-01-01 16:40:47 +01:00
twinaphex
1e3686df40 Change audio_resampler_driver to 'OPTIONS' 2014-12-31 20:17:53 +01:00
twinaphex
a9438452a1 Add Content Database Directory Path option 2014-12-30 22:58:08 +01:00
twinaphex
49ad98e543 Add input_overlay_enable option 2014-12-29 10:16:44 +01:00
twinaphex
70abd3ea9b Add SD_FLAG_* to remaining 'dir' settings 2014-12-28 05:05:26 +01:00
twinaphex
77bc9b5e0d Add stub Core Manager 2014-12-21 23:41:17 +01:00
twinaphex
6ae24c083d Move some network settings 2014-12-21 00:51:34 +01:00
twinaphex
4114e74d35 Change Netplay Options to Network Options 2014-12-20 22:44:06 +01:00
twinaphex
82f6c57966 Add new option 'Show Autoconfig Descriptor Labels' for more
comprehensible button labels per joypad - needs to be added per
autoconfig file
2014-12-16 06:21:18 +01:00
twinaphex
21b99c3ac5 Press left/right on a cheat entry now to turn it ON/OFF 2014-12-16 02:20:06 +01:00
twinaphex
be5a76cb91 Start using g_extern.cheat instead of having a separate cheat
manager in the menu struct
2014-12-15 23:57:14 +01:00
CautiousAlbino
cead63c83d Fix nasty breakage when joypad index >= MAX_PLAYERS.
No bounds checking and joypad index is apparently now unsigned so old
"disabled" values in config will now overflow instead ...
2014-12-15 14:10:07 +01:00
twinaphex
6c338352d2 We're not going to use 'cheat database' from bsnes XML cheats,
but for our more general-purpose cheats in cores
2014-12-15 06:42:24 +01:00
twinaphex
3a81c23d01 Remove unused/stub 'Cheat Settings' setting 2014-12-15 06:37:14 +01:00
twinaphex
fe0ece3124 Add preliminary Core Cheat Options support - should work with
cores like SNES9x/bSNES right now
2014-12-06 15:47:25 +01:00
twinaphex
23569044ff Add 'Hide Unbound Input Descriptor' 2014-12-05 14:13:29 +01:00
twinaphex
181d163b36 Rename 'player' to 'user' 2014-12-05 13:48:54 +01:00
twinaphex
6615f26749 Can set RETRO_DEVICE_ANALOG with input descriptors now too 2014-12-04 14:53:29 +01:00
twinaphex
1e1457c45c Improvements to input descriptors being shown 2014-12-04 13:45:56 +01:00
twinaphex
e3e5f5f8a8 Implement input descriptor labels 2014-12-04 13:26:43 +01:00
twinaphex
3c9e97842e [PATCH 1/2] Fix RGUI shader parameters. 2014-11-29 21:03:31 +01:00
twinaphex
307e636e86 Show history list when g_settings.history_list_enable is true 2014-11-29 16:37:00 +01:00
twinaphex
85ac84cb08 Implement joypad driver settings options too 2014-11-26 21:56:53 +01:00