Commit Graph

12497 Commits

Author SHA1 Message Date
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
Lioncash
f21c4c485e Kill off some null comparisons with stack-allocated arrays 2014-09-03 21:55:30 -04:00
twinaphex
47d8bd8882 (Menu) Change label detect_core_list to deferred_core_list for consistency 2014-09-04 03:55:00 +02:00
twinaphex
13b85a3458 (Menu) Add MENU_FILE_CORE 2014-09-04 03:40:48 +02:00
Lioncash
a907ee634f retroarch-joyconfig: Fix two printf specifiers 2014-09-03 21:39:10 -04:00
twinaphex
2bec746d28 Cleanup code in disp/rgui.c to do with menu entry types 2014-09-04 03:36:19 +02:00
twinaphex
d94a5e6eca (Menu) Refactor all ST_DIR settings - take out all enums for them -
should fix the "Use Directory" option
2014-09-04 03:31:44 +02:00
twinaphex
025105a2f5 (Menu) Properly set MENU_FILE_DIRECTORY for actual dirs - now
need to refactor all the ST_DIR settings in menu_common_type_is
so that 'Use this directory' functionality only shows up for ST_DIR
settings again
2014-09-04 02:55:00 +02:00
Lioncash
2c47dc171e lakka: Guard against the possibility of realloc failing 2014-09-03 20:54:12 -04:00
Lioncash
02a1d38912 lakka: Remove three unnecessary NULL checks.
These are already checked for after the initialization of themselves.
2014-09-03 20:52:31 -04:00
Lioncash
99443f5745 lakka: Fix a few missing NULL checks.
If these are ever NULL, we'd hit null pointer dereferencing.
2014-09-03 20:51:21 -04:00
Twinaphex
6f4af9c7f8 Merge pull request #929 from lioncash/null
menu_common: Remove unnecessary null check
2014-09-04 02:41:39 +02:00
Lioncash
cf01bd0128 lakka: Remove unused variables 2014-09-03 20:20:04 -04:00
twinaphex
3452eb76e7 (Menu) refactor menu_action_ok 2014-09-04 02:15:06 +02:00
Lioncash
49d6d34f27 menu_common: Remove unnecessary null check 2014-09-03 20:07:28 -04:00
twinaphex
c5ebf22bfc (Menu) Refactor menu_action_ok 2014-09-04 02:03:34 +02:00
twinaphex
3afc55f445 (Menu) Refactor more settings 2014-09-04 01:00:11 +02:00
twinaphex
5ef289fe28 (Menu) Refactor more hardcoded enums 2014-09-04 00:25:19 +02:00
twinaphex
a72a866db3 (Menu) Remove MENU_SETTINGS_CORE enum 2014-09-04 00:18:26 +02:00
twinaphex
d5956f768b (Menu) Dehardcode MENU_SETTINGS_CORE_INFO 2014-09-03 23:47:24 +02:00
twinaphex
a88198a12e (Menu) Get rid of hardcoded MENU_SETTINGS_PERFORMANCE_COUNTERS enum 2014-09-03 22:04:46 +02:00
twinaphex
836124c217 (Menu) Create menu_entries_get_description 2014-09-03 21:26:05 +02:00
twinaphex
a03d1475f9 (Menu) Refactor hardcoded APPLY_SHADER_CHANGES enum 2014-09-03 21:18:01 +02:00
twinaphex
8600b6dd8c (Menu) menu_action_ok - cleanup 2014-09-03 20:57:50 +02:00
twinaphex
7c4e08eed3 (Menu) setting_data_get_mainmenu - cleanup 2014-09-03 20:34:25 +02:00
twinaphex
1daa317971 (settings_data.c) Clean up more unnecessary code 2014-09-03 20:32:03 +02:00
twinaphex
a7d2bd33e7 (settings_data.c) MSVC build fixes 2014-09-03 20:24:06 +02:00
twinaphex
81a5213768 (settings_data.c) Get rid of unnecessary code 2014-09-03 20:20:50 +02:00
twinaphex
eb58f977fd (Rmenu XUI) Cleanups 2014-09-03 19:35:45 +02:00