Commit Graph

12475 Commits

Author SHA1 Message Date
twinaphex
7bf45b23e9 (Menu) Fix shader parameters 2014-09-05 00:13:50 +02:00
twinaphex
dd3c6588ea (Menu) Fix shader label representation 2014-09-04 23:54:38 +02:00
twinaphex
222cc772e7 (Menu) Fix FILE_MENU_SWITCH label width 2014-09-04 21:49:00 +02:00
twinaphex
855fd29404 (Menu) Don't spam logs 2014-09-04 21:43:52 +02:00
twinaphex
609ccb80d2 (Menu) Refactor video_shader_preset 2014-09-04 21:43:07 +02:00
twinaphex
b117a09697 (Menu) Refactor SHADER_PRESET_SAVE 2014-09-04 21:23:28 +02:00
twinaphex
447e65c6f4 (Menu) Refactor disk_index/disk_image_append settings 2014-09-04 21:19:02 +02:00
twinaphex
f6625b4edf (Menu) Refactor MENU_DISK_OPTIONS 2014-09-04 21:11:53 +02:00
twinaphex
d14effc3b0 (Menu) Refactor MENU_SETTINGS_CONFIG 2014-09-04 19:43:54 +02:00
twinaphex
b98c74bf25 (Menu) Refactor MENU_SETTINGS_SHADER_OPTIONS 2014-09-04 19:34:28 +02:00
twinaphex
1404dd42d7 (Menu) Refactor MENU_SETTINGS_PATH_OPTIONS 2014-09-04 19:24:27 +02:00
twinaphex
fb9c3f5555 (Menu) Refactor MENU_SETTINGS_OPTIONS 2014-09-04 19:20:14 +02:00
twinaphex
97c0ca344c (Menu) Refactor code to use menu_flush_stack_type 2014-09-04 19:15:24 +02:00
twinaphex
41d5db6727 disp/shared.h - use label instead of dir 2014-09-04 19:06:30 +02:00
twinaphex
adf7794216 (Menu) Refactor MENU_SETTINGS_FONT_OPTIONS 2014-09-04 19:05:03 +02:00
twinaphex
e77ba49b3a (Menu) Refactor MENU_SETTINGS_VIDEO_OPTIONS 2014-09-04 19:02:42 +02:00
twinaphex
fac795f796 (Menu) Refactor MENU_SETTINGS_GENERAL_OPTIONS 2014-09-04 18:58:53 +02:00
twinaphex
7af2d2f31c (Menu) Set label width of 5 for MENU_FILE_SWITCH 2014-09-04 18:55:24 +02:00
twinaphex
3548a6551b (Menu) Refactor MENU_SETTINGS_DRIVERS 2014-09-04 18:50:03 +02:00
twinaphex
56d59d3bcf (Menu) Refactor MENU_SETTINGS_INPUT_OPTIONS 2014-09-04 18:46:29 +02:00
twinaphex
a0d32b50ae (Menu) Default width of label to 21 by default instead of going
through complicated type heuristics
2014-09-04 18:40:12 +02:00
twinaphex
497e497c3f (Menu) Refactor MENU_SETTINGS_AUDIO_OPTIONS 2014-09-04 18:37:31 +02:00
twinaphex
6116fb4b33 (Menu) Refactor MENU_SETTINGS_CORE_OPTIONS 2014-09-04 18:15:58 +02:00
twinaphex
b6b5896bab (Menu) Refactor MENU_SETTINGS_OVERLAY_OPTIONS 2014-09-04 18:12:14 +02:00
twinaphex
8366ea976b (Menu) Refactor MENU_SETTINGS_PRIVACY_OPTIONS 2014-09-04 18:09:25 +02:00
Twinaphex
59ff9a1620 Merge pull request #937 from heuripedes/keymaps
Add missing linuxraw and udev keys and remove SDL2 input driver requirement
2014-09-04 17:59:52 +02:00
Higor Eurípedes
f2a3a4df95 (SDL2) Do not restrict the user to the SDL2 input driver 2014-09-04 12:51:35 -03:00
Higor Eurípedes
a01e43cc6d Add missing linuxraw/udev keys 2014-09-04 12:51:34 -03:00
twinaphex
7f34615a49 (Menu) Fix video_shader_pass setting 2014-09-04 17:45:02 +02:00
twinaphex
514e454f16 Bump up max players to 16 2014-09-04 16:15:49 +02:00
Twinaphex
b8df671bd9 Merge pull request #934 from lioncash/overflow
shader_parse: Fix potential sscanf buffer overflow
2014-09-04 13:08:26 +02:00
Lioncash
eb27dd4043 shader_parse: Fix potential sscanf buffer overflow
Indexes are zero-based, so although the buffers are 64 elements in size, we only have addressing from 0-63.
2014-09-04 01:51:54 -04:00
Twinaphex
a2778cf77b Merge pull request #930 from lioncash/lakka
Small changes to lakka
2014-09-04 05:57:44 +02:00
Twinaphex
edc27406b4 Merge pull request #931 from lioncash/printf
retroarch-joyconfig: Fix two printf specifiers
2014-09-04 05:57:10 +02:00
Twinaphex
076596ae77 Merge pull request #932 from lioncash/null
Kill off some null comparisons with stack-allocated arrays
2014-09-04 05:57:02 +02:00
Twinaphex
3f3f66b57c Merge pull request #933 from lioncash/indent
d3d_ctx: Fix indentation
2014-09-04 05:56:14 +02:00
twinaphex
13fa0af01d (Menu) Remove MENU_CONTENT_HISTORY_PATH enum 2014-09-04 05:35:24 +02:00
twinaphex
9617121eab (Menu) Get rid of MENU_SETTINGS_OVERLAY_PRESET enum 2014-09-04 05:31:54 +02:00
twinaphex
c61e552f08 (Menu) Get rid of performance counters enums 2014-09-04 05:27:47 +02:00
twinaphex
eac82398a5 (Menu) Fix core_list action OK 2014-09-04 05:20:51 +02:00
twinaphex
288a4af1b0 (menu_common_backend.c) Cut down on code duplication 2014-09-04 05:18:42 +02:00
twinaphex
0f12c67054 (Deferred core) Fix direct loading of deferred core 2014-09-04 05:10:44 +02:00
twinaphex
ca9fd4bc81 (Deferred Core) Fixed deferred core 2014-09-04 04:54:30 +02:00
twinaphex
c3606c2905 (RMenu) Cut down on rmenu files' label representation 2014-09-04 04:45:43 +02:00
twinaphex
21e85d1a17 (Menu) Deferred core list shows up again - correct core propagating
doesnt' though
2014-09-04 04:34:03 +02:00
twinaphex
4beeec62be (Menu) Move up detect_core_list else 2014-09-04 04:20:22 +02:00
twinaphex
cf245d7440 (Detect Core) Now shows all extensions again - next step- getting
deferred core list working again
2014-09-04 04:13:57 +02:00
twinaphex
2da1924a57 Revert "(Menu) Change label detect_core_list to deferred_core_list for consistency"
This reverts commit 47d8bd8882.
2014-09-04 04:10:41 +02:00
Lioncash
b649cec22f d3d_ctx: Fix indentation 2014-09-03 22:10:15 -04:00
twinaphex
60b4ce81cf (Menu) Fix core name representation in core list 2014-09-04 03:58:00 +02:00