468 Commits

Author SHA1 Message Date
twinaphex
067df38262 (Settings_data.c) Get rid of list_tmp/list_temp 2014-10-06 15:35:18 +02:00
twinaphex
cd2acaaec6 (settings_data.c) Simplify APPEND macro 2014-10-06 15:32:05 +02:00
twinaphex
1ac12083d8 Get rid of RARCH_CMD_OVERLAY_REINIT 2014-10-05 20:25:54 +02:00
twinaphex
5b053a96df autosave_interval setting now uses RARCH_CMD_AUTOSAVE_INIT -
it deinits beforehand
2014-10-05 15:33:16 +02:00
SuperrSonic
0950b07429 Added GX Deflicker filter 2014-10-04 00:59:36 -04:00
SuperrSonic
962d3161a6 Made viWidth editable with the definite limits. 2014-10-04 00:43:43 -04:00
twinaphex
aa961dba9e Add 'Limit Maximum Run Speed' setting - set this to 'off' to
get the fastforward_ratio = -1 (no limit) setting again
2014-10-03 18:05:46 +02:00
twinaphex
4a623684c2 Init history file right before we attempt to push something to it
in rarch_main
2014-10-03 13:07:33 +02:00
twinaphex
4f0953f3e3 Add RARCH_CMD_REWIND_DEINIT/RARCH_CMD_REWIND_INIT/RARCH_CMD_REWIND_TOGGLE 2014-10-03 11:44:54 +02:00
Mike Robinson
b165b8fa82 Fix joypad driver setting
input_common.c was loading the first available joypad driver no
matter what input driver was selected, and the joypad driver menu
was non-functional. Allow choice of joypad driver from the menu.
2014-10-03 01:40:47 +01:00
twinaphex
e07ae03047 (GX) Build fix 2014-10-02 11:34:06 +02:00
twinaphex
ca12482af0 Move shader files to gfx/shader/ 2014-10-02 00:45:11 +02:00
twinaphex
8584ef94f4 Implement RARCH_CMD_MENU_PAUSE_LIBRETRO 2014-09-29 15:55:41 +02:00
twinaphex
ae6c8fa7fb (Settings data) Create new category 'Menu Options' 2014-09-29 14:19:40 +02:00
twinaphex
3c8cc513ab Make it possible to compile without menu support again 2014-09-28 18:01:59 +02:00
twinaphex
94de11b060 Add resampler directory setting 2014-09-27 15:55:55 +02:00
twinaphex
ddf5786ad7 Take out unused ANALOG_DPAD_DUALANALOG 2014-09-26 13:32:03 +02:00
twinaphex
9d94513dc4 (Menu/Shaders) Move all shader manager code to frontend/menu/menu_shader 2014-09-24 07:56:47 +02:00
twinaphex
76be2aecf8 Add SD_FLAG_CMD_APPLY_AUTO to setting 'Force-disable sRGB FBO' 2014-09-21 05:26:49 +02:00
twinaphex
395e2ed756 Add "Force-disable sRGB FBO" option for buggy Intel OpenGL drivers
on Windows - should hopefully fix messed up colors with it enabled (untested)
2014-09-21 05:23:51 +02:00
twinaphex
71f6abb71f (Menu/Settings) Only show Core Disk Options if core supports it 2014-09-15 07:31:33 +02:00
twinaphex
89676e8424 Add Playlist Directory path setting 2014-09-15 04:12:41 +02:00
twinaphex
ab0492f4cd Rewrite two settings relying on cmds 2014-09-15 02:08:29 +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
Lioncash
3912b3fee4 retroarch_logger: Append the calling function name to the log message.
Makes tracing back a little easier.
2014-09-13 20:02:53 -04:00
twinaphex
01c9d033ae (GX) Build fixes 2014-09-12 22:12:41 +02:00
Lioncash
fef46e3128 settings_data: Handle potential null dereferences 2014-09-11 22:12:23 -04:00
Lioncash
a7455bc911 settings_data: Fix some mismatched printf specifiers 2014-09-11 20:32:48 -04:00
Twinaphex
fd001f6b52 Merge pull request #975 from lioncash/realloc
settings_data: Guard against possible realloc/malloc failures
2014-09-12 02:25:14 +02:00
Lioncash
8cf195868e settings_data: Guard against possible realloc/malloc failures 2014-09-11 20:21:11 -04:00
twinaphex
b4eab4760e (settings data) Take out unnecessary g_extern.verbose line 2014-09-11 07:32:52 +02:00
twinaphex
f1ccf07603 (Menu) Add type MENU_FILE_DRIVER 2014-09-11 06:28:52 +02:00
twinaphex
b26a9c68d1 (Menu) Implement video_message_pos_x/video_message_pos_y options 2014-09-11 05:55:59 +02:00
twinaphex
a5177941af (Menu) Fix font_size option 2014-09-11 05:29:42 +02:00
twinaphex
259c3f0de3 Revert "(Settings data) refactor setting_data_*_setting functions"
This reverts commit 4438f7373207b54bc57db1c623fded59a6b94881.
2014-09-11 03:42:07 +02:00
twinaphex
4438f73732 (Settings data) refactor setting_data_*_setting functions 2014-09-10 22:05:11 +02:00
Jean-André Santoni
684af29c06 (Lakka) Use setting_data_get_string_representation 2014-09-10 14:38:41 +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
cb82728c4c (settings_data.c) Cleanups/style nits 2014-09-09 17:20:15 +02:00
twinaphex
7904eb2f3b (Android) Prevent unused variable warning 2014-09-09 17:11:08 +02:00
twinaphex
b423408005 Ifdef stdin/network options with defines 2014-09-09 05:11:06 +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
3e2ab80aa2 (Menu) Start refactoring menu_entries code 2014-09-09 01:20:17 +02:00
twinaphex
c329501e2f (Menu) Refactor hardcoded input settings 2014-09-08 22:30:09 +02:00
twinaphex
1c1194cdca (Menu) Refactor two input settings 2014-09-08 22:12:22 +02:00
twinaphex
3709e524bc (Menu) Move settings data descriptions to settings_data.c 2014-09-08 06:12:43 +02:00