516 Commits

Author SHA1 Message Date
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
twinaphex
ec2242db02 Implement other driver options too 2014-11-26 21:48:02 +01:00
twinaphex
2cc70005b9 Move more code to settings_data.c 2014-11-20 02:44:30 +01:00
twinaphex
d87470c597 (Menu) Add stub Navigation Wrap-Around options 2014-11-17 16:16:52 +01:00
Mike Robinson
06c102d337 Add audio_max_timing_skew setting
Let users enable very large timing skews if they don't mind
inaccurate audio pitch.
2014-11-16 14:24:58 +00:00
twinaphex
3094efdc7e Save archive_mode to config file and change representation 2014-11-14 16:30:55 +01:00
twinaphex
746529671c Implement archive_mode - 0 is 'Ask', '1' is 'Load archive', '2'
is 'Open Archive'
2014-11-14 15:58:49 +01:00
twinaphex
f921d2e2d4 Add Archive Options 2014-11-14 14:54:20 +01:00
Higor Eurípedes
8a84cd5278 (settings_data) Make sure all action setting fields are initialized 2014-11-12 13:46:16 -03:00
Jay McCarthy
8a4f65e227 Moving function 2014-11-11 12:23:24 -05:00
Alcaro
ca7558cda2 (Settings) Nit. 2014-11-11 18:17:33 +01:00
Jay McCarthy
885adeb755 Improving iOS configuration menus, specifically for default paths,
directory selection, and give example enumeration for strings.
2014-11-11 12:12:47 -05:00
Twinaphex
dbfc08b2c0 (iOS) Take out __APPLE__ ifdef out of settings_data.c 2014-11-08 14:58:47 +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
4f40c14d69 Move menu code up one root dir 2014-10-28 19:54:23 +01:00
twinaphex
6c076ed3bf Refactor out SD_FLAG_IS_CATEGORY 2014-10-28 18:19:40 +01:00
twinaphex
e96074d452 Remove SD_FLAG_PUSH_ACTION - no longer necessary 2014-10-28 07:07:07 +01:00
Lioncash
e21f1747bd settings_data: Correctly handle realloc fail case 2014-10-27 20:18:15 -04:00
twinaphex
4918381cfb Add Mouse Enable option in Menu Options 2014-10-26 18:06:57 +01:00
Lioncash
0079173abc settings_data: Fix weird object return in setting_data_load_config_path 2014-10-26 12:23:50 -04:00
twinaphex
0c4de816f9 Dont' have input_common.h include input_autodetect.h 2014-10-26 01:53:13 +02:00
twinaphex
66f49d1788 Get rid of unused variables 2014-10-24 18:59:46 +02:00
twinaphex
03327d8924 Implement action Start for User Index 2014-10-24 09:55:33 +02:00
twinaphex
60258889cf Fixup setting_data_action_toggle_bind_device 2014-10-24 09:52:35 +02:00
twinaphex
b38a36b2d6 (Settings) action_toggle_bind_setting - guard against going below 0 when
pressing left
2014-10-24 09:35:05 +02:00
twinaphex
f82fd318d2 Get rid of log spam in input option setting 2014-10-24 09:19:18 +02:00
twinaphex
508890b616 (Input Settings) Hook up Device Index 2014-10-24 09:16:50 +02:00
twinaphex
af302530ef Rename g_settings.video.gl_context to g_settings.video.context_driver 2014-10-23 22:54:39 +02:00
twinaphex
d5a36fd4af Change video_gl_context to video_context_driver 2014-10-23 22:46:30 +02:00
Twinaphex
7f7ea247d3 Rename 'OpenGL Context Driver' to 'video context driver' 2014-10-23 21:12:35 +02:00
twinaphex
e978ac8e3c Cleanup to-do note 2014-10-23 08:01:12 +02:00
twinaphex
380041f974 (Menu) Add Bind Mode option 2014-10-23 08:00:45 +02:00
Twinaphex
6339313d38 (settings_data.c) Remove unused variables 2014-10-23 07:29:58 +02:00