55996 Commits

Author SHA1 Message Date
twinaphex
a05e16e398 (UWP) uwp_input_next_frame - change function signature so we
can diretly insert this into the input driver's 'poll' function
callback
2020-09-05 07:23:49 +02:00
twinaphex
7f80eb3477 (Winraw) Get rid of more static global state 2020-09-05 07:14:55 +02:00
twinaphex
7244b08db1 (Winraw) No longer require keyboard state to be copied over
from intermediary buffer to buffer in every poll function call
2020-09-05 07:14:55 +02:00
Autechre
2a374755f4
Merge pull request #11284 from sonninnos/dinput-mousegrab-fix
Fix dinput mouse grab crash without mouse
2020-09-05 01:18:50 +02:00
Tony Jansson
178a701332 Fix dinput mouse grab crash without mouse 2020-09-05 01:40:15 +03:00
Autechre
69fb4414c9
Merge pull request #11283 from m4xw/master
Fix Switch Audio Issues
2020-09-04 21:28:37 +02:00
M4xw
bad97e29d2 Fix Regression caused by 023fd4f3 2020-09-04 20:56:26 +02:00
M4xw
42e38692d2 [Libnx] Use -fcommon 2020-09-04 20:08:55 +02:00
twinaphex
d7c6901151 (3DS) Fix crashing issues 2020-09-04 19:38:39 +02:00
Autechre
276fda641b
Merge pull request #11280 from Kert/patch-1
[Wii] Added HID support for HORI mini wired ps4 gamepad
2020-09-04 17:54:04 +02:00
Sergei Nikitin
b1f8075743 Add accidentally missing change to Makefile 2020-09-04 18:34:33 +06:00
Sergei Nikitin
a57d43dbe7 Remove accidentally added file 2020-09-04 18:05:29 +06:00
Sergei Nikitin
7475f6230a [Wii] Added HID support for HORI mini wired ps4 gamepad 2020-09-04 17:50:10 +06:00
twinaphex
812a5b541b Remove input_get_ptr 2020-09-04 07:27:28 +02:00
twinaphex
43e75ce741 (menu_displaylist_parse_playlists) Use non-heap allocated
string list functions
2020-09-04 06:35:14 +02:00
twinaphex
318ac1f667 (filebrowser_parse) Use non-heap allocated string_list functions 2020-09-04 06:29:30 +02:00
Autechre
5ce53c3c01
Merge pull request #11277 from valadaa48/oga_gfx_round_width
oga_gfx: round width to nearest integer when scaling
2020-09-04 04:59:31 +02:00
twinaphex
5fdf0c818d Cleanups 2020-09-04 04:15:46 +02:00
twinaphex
91d78c1e9f video_shader_read_reference_path - simplify 2020-09-04 04:12:51 +02:00
twinaphex
09f72c1465 Turn function static 2020-09-04 04:07:29 +02:00
valadaa48
405b987986 oga_gfx: round width to nearest integer when scaling 2020-09-03 21:53:21 -04:00
twinaphex
88c0024a52 Cleanup video_shader_read_reference_path 2020-09-04 03:49:41 +02:00
twinaphex
4ca691acc9 Cleanup 2020-09-04 03:32:25 +02:00
twinaphex
7af07def7e Make sure values are float 2020-09-04 03:28:27 +02:00
twinaphex
9f306131d2 input_keyboard_line - don't put this on heap 2020-09-04 03:08:02 +02:00
twinaphex
e16c3b96af Remove is_input_keyboard_display_on 2020-09-04 02:56:58 +02:00
twinaphex
b4b77fd6b0 Refactor out input_keyboard_ctl 2020-09-04 02:37:58 +02:00
Autechre
2f66e3bfd9
Merge pull request #11274 from jdgleaver/qt-last-shader-dir
(Qt) Add support for 'Remember Last Used Shader Directory' option
2020-09-04 02:19:47 +02:00
jdgleaver
c2ad859f2f (Qt) Remove duplicate VIDEO_SHADER_REMEMBER_LAST_DIR option 2020-09-03 11:51:53 +01:00
jdgleaver
0be40b0d60 (Qt) Add support for 'Remember Last Used Shader Directory' option 2020-09-03 11:22:24 +01:00
twinaphex
400df12c1e Start using error_enum 2020-09-03 04:10:37 +02:00
twinaphex
ba2b5ab7bc Fix game mode focus 2020-09-03 01:59:14 +02:00
twinaphex
def2b3ad30 Fix build for targets with no HAVE_MENU 2020-09-03 01:57:08 +02:00
Autechre
b7fff53d16
Merge pull request #11272 from jdgleaver/play-feature-delivery-switch
(Android/Play Store Builds) Add option to switch all installed cores to Play Store versions
2020-09-03 01:55:39 +02:00
twinaphex
e09f1d65b5 Cleanups 2020-09-03 00:44:22 +02:00
twinaphex
e2bd3d75bc Cleanup 2020-09-03 00:38:19 +02:00
jdgleaver
bd80f02f11 (Android/Play Store Builds) Add option to switch all installed cores to Play Store versions 2020-09-02 17:13:03 +01:00
twinaphex
ad72cac40d (PSP Input driver) Cleanups 2020-09-02 18:05:04 +02:00
twinaphex
454eff8688 (Emscripten) Cleanup 2020-09-02 17:56:01 +02:00
twinaphex
3f566fd54e Don't implement input_state for input drivers that don't need it 2020-09-02 17:37:01 +02:00
twinaphex
45cb980a3d Check if input_state is implemented first 2020-09-02 17:30:04 +02:00
twinaphex
f30bc03969 Only use input_state_wrap for calls where RETRO_DEVICE_JOYPAD will
be used, don't use it for the specialized input state calls for
other devices
2020-09-02 15:53:26 +02:00
twinaphex
76df818c45 Put this behind HAVE_MFI ifdefs 2020-09-02 15:32:15 +02:00
twinaphex
4cbee42692 Revert "(RWebInput) We're going to assume joypad driver code is not"
This reverts commit 6b63b392eacb08ef314f865554f22ca73f1ea3a4.
2020-09-02 15:31:32 +02:00
twinaphex
6b63b392ea (RWebInput) We're going to assume joypad driver code is not
needed for RARCH_DEVICE_ANALOG
2020-09-02 15:28:16 +02:00
twinaphex
1c5f4e1dee Start cutting down on input_state - move all joypad driver code up to
higher-level retroarch.c
2020-09-02 15:26:03 +02:00
twinaphex
f10832b0d3 Create input_state_wrap 2020-09-02 14:39:58 +02:00
twinaphex
a72759aba0 (input drivers) Cleanups 2020-09-02 05:26:24 +02:00
twinaphex
826fbf6bdf Cleanups 2020-09-02 05:09:37 +02:00
twinaphex
d0af46d460 Cleanup 2020-09-02 01:29:27 +02:00