54364 Commits

Author SHA1 Message Date
jdgleaver
85bbba84c2 (GLUI) Optimise list insertion when adding playlist and dropdown list items 2020-06-14 14:45:53 +01:00
Autechre
439aee616e
Update CHANGES.md 2020-06-13 17:51:05 +02:00
twinaphex
4f78264541 Cleanups 2020-06-13 17:46:39 +02:00
twinaphex
cc43f3a355 (SDL2 Input) Add RARCH_DEVICE_MOUSE_SCREEN 2020-06-13 17:32:18 +02:00
twinaphex
367cf5985d (winraw_input) Fix mouse input processing 2020-06-13 17:27:12 +02:00
twinaphex
bba60163f7 (Dinput) Fix RARCH_DEVICE_MOUSE_SCREEN 2020-06-13 17:22:34 +02:00
Autechre
8593b10bee
Merge pull request #10847 from Jamiras/cheevos_bsv
(cheevos) disable hardcore mode when playing bsv file
2020-06-13 17:04:52 +02:00
Jamiras
950823e90b disable hardcore mode when playing bsv file 2020-06-13 08:05:23 -06:00
twinaphex
01bd76405f Buildfixes 2020-06-13 08:37:26 +02:00
twinaphex
b74b8b6a6c Move launched_from_cli to global state 2020-06-13 08:19:49 +02:00
twinaphex
b46a316df9 (core info) Pass pointer around to some functions 2020-06-13 07:29:26 +02:00
twinaphex
34af28461f Move core info global state to retroarch.c 2020-06-13 07:21:00 +02:00
Twinaphex
6e979931a1 Remove unused variable 2020-06-13 06:49:59 +02:00
twinaphex
c7cd327b5b Rearrange input state input drivers for ANALOG - do joypad
processing first, then keyboard second
2020-06-13 05:25:10 +02:00
twinaphex
dd79629015 (QNX) Get rid of qnx_is_pressed 2020-06-13 02:13:32 +02:00
twinaphex
5b81b6887b (X11) Buildfix #3 2020-06-13 02:07:43 +02:00
twinaphex
9d65f7e633 (X11) Buildfix #2 2020-06-13 02:06:24 +02:00
twinaphex
60ca3d0ad7 (X11) Buildfix 2020-06-13 02:05:16 +02:00
twinaphex
9ede38df93 (X11) Cleanups 2020-06-13 02:03:48 +02:00
twinaphex
52ff31f877 Get rid of udev_is_pressed 2020-06-13 01:54:22 +02:00
twinaphex
6cc9a3f9b4 (UWP) Buildfix + uwp_input cleanups 2020-06-13 01:01:30 +02:00
twinaphex
6690790dae Fix --disable-menu 2020-06-12 22:24:39 +02:00
twinaphex
d03a0a7b51 (WiiU) Buildfix 2020-06-12 19:33:13 +02:00
Autechre
8173db0c4a
Merge pull request #10846 from jdgleaver/task-pl-manager-heap-use-after-free
(Playlist management tasks) Fix potential heap-use-after-free errors
2020-06-12 18:54:22 +02:00
twinaphex
00df029557 Get rid of some extraneous 'valid' checks in in input_keys_pressed 2020-06-12 18:45:35 +02:00
twinaphex
d998f86f1f Cleanups 2020-06-12 18:41:09 +02:00
jdgleaver
6f51ef5966 (Playlist management tasks) Fix potential heap-use-after-free errors 2020-06-12 17:40:24 +01:00
twinaphex
4a91b11806 Further input driver standardization 2020-06-12 18:28:07 +02:00
Autechre
6e621a98d9
Merge pull request #10845 from jdgleaver/x11-udev-input-fixes
(X11/udev) Input fixes
2020-06-12 17:22:44 +02:00
Autechre
4e49114c5c
Merge pull request #10844 from jdgleaver/manual-scan-recursive
(Manual Content Scanner) Add option to disable recursive scanning
2020-06-12 17:13:00 +02:00
jdgleaver
2c956fbe85 (X11/udev) When fetching RETRO_DEVICE_ID_JOYPAD_MASK, only query keyboard if corresponding gamepad button is not pressed 2020-06-12 16:06:32 +01:00
jdgleaver
321ede2256 (X11/udev) Input fixes 2020-06-12 14:12:22 +01:00
jdgleaver
1cdd3c32c0 (Manual Content Scanner) Add option to disable recursive scanning 2020-06-12 10:00:38 +01:00
twinaphex
45f90ad89a (menu_dialog) Cleanups
Make menu_hash_help no longer dependent on the menu code
2020-06-12 08:06:30 +02:00
twinaphex
6092de544c (Wiiu) Buildfix 2020-06-12 07:13:55 +02:00
twinaphex
0e907f01ca (winraw_input) Cleanups - use button_is_pressed 2020-06-12 06:37:36 +02:00
twinaphex
c1d63ca7c1 Revert "Grab pointer to video_driver_window_get_ptr once during init"
This reverts commit 784904071a6cb971006924c89b17464615dfd19b.
2020-06-12 06:36:27 +02:00
twinaphex
451a06076d Revert "(dinput_joypad) Grab window pointer once"
This reverts commit d85eb927c14ac4a8381987d90aabfc905df4900e.
2020-06-12 06:36:19 +02:00
twinaphex
5a064ef4ca (dinput) Cleanups - use button_is_pressed 2020-06-12 06:26:03 +02:00
twinaphex
d85eb927c1 (dinput_joypad) Grab window pointer once 2020-06-12 06:12:25 +02:00
twinaphex
784904071a Grab pointer to video_driver_window_get_ptr once during init
function, then use that throughout this driver's functions
2020-06-12 06:07:20 +02:00
twinaphex
d903d684a0 (glslang) Group together more strings 2020-06-12 05:24:34 +02:00
twinaphex
c2044beedd Fix shader regression with MinProgramTexelOffset 2020-06-12 05:18:38 +02:00
twinaphex
eb78b608d3 Cut down on code duplication 2020-06-12 00:50:08 +02:00
twinaphex
0b95a8838a (OSX) Cleanups 2020-06-12 00:30:24 +02:00
twinaphex
ecfdc867f8 Cleanups 2020-06-12 00:16:31 +02:00
twinaphex
e40d381f6b (WiiU) Cleanups 2020-06-11 22:05:30 +02:00
twinaphex
255794d903 (Udev) buildfix 2020-06-11 21:40:37 +02:00
twinaphex
d1d8386343 (udev) Cleanups 2020-06-11 21:38:58 +02:00
twinaphex
a7ab21ac15 (Emscripten) Buildfix 2020-06-11 21:21:20 +02:00