401 Commits

Author SHA1 Message Date
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
twinaphex
871afbb940 (Menu) Add Bind All / Bind Default All options 2014-10-23 07:26:04 +02:00
twinaphex
a06201d73b (Input) Add Analog To Digital Type options 2014-10-23 06:24:02 +02:00
twinaphex
2cc5eb106b Refactor remaining menu mainlist options to CONFIG_ACTION 2014-10-23 02:04:22 +02:00
twinaphex
3cbb5ad1f1 Flesh out setting_data_action_action_ok 2014-10-23 01:58:23 +02:00
twinaphex
4cc22de045 Get rid of 'get_label' entry that is no longer necessary 2014-10-23 01:55:02 +02:00
twinaphex
39c45133a2 Reimplement Save State options in main menu 2014-10-23 01:53:24 +02: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
273c81ae96 Rename 'Player' to 'User' 2014-10-22 23:44:24 +02:00
twinaphex
445e958fa0 Add label representation for input_libretro_device_p%u 2014-10-22 08:56:34 +02:00
twinaphex
4369bc9e17 (Settings) Running out of space for characters - just make the chars 64
chars in length
2014-10-22 08:45:32 +02:00
twinaphex
b3cf3d8f32 (Settings) Rename settings 2014-10-22 08:43:27 +02:00
twinaphex
d1998307df Start implementing 'Device Type' setting 2014-10-22 08:42:51 +02:00
twinaphex
ccf43f6e85 Take out dynamic.h header include from general.h 2014-10-22 04:27:51 +02:00
twinaphex
9a9fa6532a Move file_path.c to libretro SDK 2014-10-22 00:23:06 +02:00