54352 Commits

Author SHA1 Message Date
Autechre
8576169eeb
Merge pull request #10831 from jdgleaver/widget-fix
(Widgets) Fix serious heap-use-after-free errors
2020-06-10 15:04:38 +02:00
jdgleaver
9bbc9dd30e (Widgets) Fix serious heap-use-after-free errors 2020-06-10 12:32:50 +01:00
twinaphex
c63a65ffa5 (WiiU) Cleanups 2020-06-10 06:30:23 +02:00
twinaphex
1e2b649a21 Cleanups 2020-06-10 05:54:00 +02:00
twinaphex
fa6ca2e39c Revert "Create input_joypad_analog_button"
This reverts commit 9e7ca7cbbe03eecf3b6cf916790187f54742e0a1.
2020-06-10 05:50:51 +02:00
twinaphex
11cba2e805 Revert "Cleanups and documentation"
This reverts commit ec2a1e79a0b66596c42db19807b9dd07b7cbdec2.
2020-06-10 05:50:42 +02:00
twinaphex
317648ecd4 Revert "Cleanup"
This reverts commit 2a6317c52f35a870faa7758049d382cd5bf97e38.
2020-06-10 05:50:26 +02:00
twinaphex
2a6317c52f Cleanup 2020-06-10 05:33:35 +02:00
twinaphex
ec2a1e79a0 Cleanups and documentation 2020-06-10 05:18:59 +02:00
hizzlekizzle
db63e0a60a
add hold-select to hardcoded menu gamepad combos (#10827)
* add hold-select to hardcoded menu gamepad combos
2020-06-09 21:54:28 -05:00
twinaphex
9e7ca7cbbe Create input_joypad_analog_button 2020-06-10 04:17:08 +02:00
twinaphex
a7a03984f1 (input drivers) Cleanups 2020-06-10 04:00:40 +02:00
valadaa48
3abcb2b922 Add ffwd to non-threaded oga_gfx driver 2020-06-09 20:24:28 -04:00
twinaphex
05e3a1d7e5 Get rid of unnecessary get_time_usec call in menu_input_post_iterate -
just pass current_time value around
2020-06-10 00:53:54 +02:00
twinaphex
ea1ca4edcc Get rid of analog D-pad mapping macros 2020-06-10 00:41:13 +02:00
twinaphex
8eb70071f4 Cleanups 2020-06-09 22:21:02 +02:00
twinaphex
4bc39ee1cf Cleanups 2020-06-09 22:13:28 +02:00
twinaphex
8a715fab1c Cleanups 2020-06-09 20:48:54 +02:00
twinaphex
20f2654884 Remove input_menu_keys_pressed - use input_keys_pressed instead
for menu as well
2020-06-09 20:44:20 +02:00
twinaphex
c4534509f7 Cleanups - make two functions nearly identical 2020-06-09 20:36:58 +02:00
twinaphex
01547ef768 Make function input_keys_pressed more like input_menu_keys_pressed 2020-06-09 20:32:48 +02:00
twinaphex
42478983a3 Cleanups/dehardcode port 2020-06-09 20:16:47 +02:00
twinaphex
c09a3b75ab Further cleanups - aim is to make both of these functions one and the
same
2020-06-09 20:00:24 +02:00
twinaphex
7b879c2a2b input_keys_pressed - pass port parameter to functions 2020-06-09 19:38:15 +02:00
twinaphex
23fb0f3d4d Cleanups 2020-06-09 19:21:25 +02:00
twinaphex
b19e83aa6d input_menu_keys_pressed/keys_pressed optimizations - this time
without breaking hotkey enable
2020-06-09 19:15:11 +02:00
twinaphex
bb4aa82cb3 Revert "input_keys_pressed/menu_input_keys_pressed - optimizations"
This reverts commit be5985b8e68d7a267e572f978332eaf08e9cc82c.
2020-06-09 17:18:31 +02:00
twinaphex
be5985b8e6 input_keys_pressed/menu_input_keys_pressed - optimizations 2020-06-09 16:42:17 +02:00
Autechre
55b6107eb0
Update CHANGES.md 2020-06-09 16:12:25 +02:00
Autechre
2ac89ec04c
Merge pull request #10826 from jdgleaver/quick-menu-suppress-no-entries
Suppress the display of 'empty' quick menu listings when closing content
2020-06-09 16:11:53 +02:00
twinaphex
11a4db3120 Revert "Reduce button state from 256bit to 128bit - all the bind IDs"
This reverts commit 47456cf94bd93ada9690b8fc4fe17fc881746d37.
2020-06-09 16:11:26 +02:00
jdgleaver
eb425b997b Suppress the display of 'empty' quick menu listings when closing content 2020-06-09 14:09:22 +01:00
Autechre
9098ac9ea2
Update CHANGES.md 2020-06-09 14:46:32 +02:00
twinaphex
1597a6893d Get rid of 'All Users Control Menu' setting - was not properly
implemented - input system is in for a big overhaul in the near
future so this could be addressed in a better way then
2020-06-09 13:55:03 +02:00
Autechre
8e84c51c5c
Merge pull request #10824 from jdgleaver/hotkey-delay-menu
Wire up menu entry for 'hotkey delay' option + 'hotkey enable' clarifications
2020-06-09 13:49:23 +02:00
Autechre
756afa48f7
Merge pull request #10825 from jdgleaver/3ds-build-fix
Fix 3DS build
2020-06-09 13:48:36 +02:00
jdgleaver
32a6d97e48 Set SD_FLAG_ADVANCED on 'Hotkey Enable Delay' setting 2020-06-09 11:22:36 +01:00
jdgleaver
1fde6f8aed Fix 3DS build 2020-06-09 10:57:00 +01:00
jdgleaver
47150cab07 Wire up menu entry for 'hotkey delay' option + 'hotkey enable' clarifications 2020-06-09 10:20:44 +01:00
Autechre
26e1b9d66e
Update CHANGES.md 2020-06-09 06:40:52 +02:00
Autechre
60bdd1d323
Merge pull request #10821 from Themaister/wsi-rework-semaphores
Vulkan: Refactor WSI handling
2020-06-09 05:56:34 +02:00
twinaphex
84781b7f3a Buildfix for targets that don't define HAVE_NVDA 2020-06-09 03:22:10 +02:00
Themaister
f089e1ccf5 Vulkan: Do not emulate mailbox on Android. 2020-06-09 00:24:29 +02:00
Themaister
cd4f22c275 Vulkan: Add path which uses WSI acquire semaphores.
Fence wait path has some issues on certain platforms. For now, gate this
on whether the GPU is integrated or not.
2020-06-09 00:24:29 +02:00
Themaister
15df55d011 Vulkan: Refactor swapchain index and frame index.
Do not tie these concepts together, it will not work for upcoming
refactor of swapchain logic.
2020-06-09 00:24:29 +02:00
Themaister
6f68571805 Vulkan: Use VK_LAYER_KHRONOS_validation in VULKAN_DEBUG=1.
LUNARG_standard_validation was deprecated and removed ages ago.
2020-06-09 00:24:28 +02:00
twinaphex
5a690b7ac8 (display widgets) Cleanups 2020-06-09 00:13:34 +02:00
Autechre
c9211aff57
Merge pull request #10820 from fjtrujy/newlibWithCDVD
Adding CDFS Support
2020-06-08 23:22:56 +02:00
twinaphex
52050739a1 Cleanups 2020-06-08 23:13:29 +02:00
twinaphex
b183abbb0f More string_is_equal optimizations; localize more strings 2020-06-08 22:46:56 +02:00