Autechre
02afd06f5b
Merge pull request #11305 from jdgleaver/overlay-config
...
Overlay configuration improvements
2020-09-09 06:25:54 +02:00
Autechre
87708ef123
Merge pull request #11306 from jdgleaver/mem-leak-fix
...
Fix string_list memory leaks
2020-09-09 06:25:03 +02:00
Tony Jansson
eb5e5b546c
Hotkey for Close Content
2020-09-08 22:12:42 +03:00
jdgleaver
5a0dc5524d
Fix string_list memory leaks
2020-09-08 14:58:49 +01:00
jdgleaver
b8ea4fd54e
Overlay configuration improvements
2020-09-08 13:37:51 +01:00
m4xw
59f90ddb28
Add basic GitLab CI/CD Integration
...
Currently for Windows x64, Linux x64, Nintendo Switch (libnx)
2020-09-07 17:26:41 +02:00
Autechre
151f0f5b63
Merge pull request #11293 from driver1998/d3d9_hlsl
...
General crash fixing
2020-09-07 14:31:25 +02:00
Autechre
2d6c7c94c4
Merge pull request #11292 from th-in-gs/XK-PC2004-controller-fix
...
Allow controllers with no/empty names to work.
2020-09-07 14:30:47 +02:00
driver1998
9cf71619d3
GDI: use custom BITMAPINFO struct to avoid malloc
2020-09-07 12:36:43 +08:00
driver1998
8d82c7b08f
VS2019 solution: revert test changes
2020-09-07 11:03:24 +08:00
driver1998
fb00bf8602
gdi: Fix crashing
2020-09-07 10:55:25 +08:00
driver1998
693162f080
VS2019 solution: Use v142 toolchain for all targets
2020-09-07 10:54:51 +08:00
driver1998
a4dec6e226
d3d9: "Fix" the HLSL render chain
...
It won't get you very far, but at least it won't crash.
Needs HAVE_HLSL and HAVE_D3DX defines and DirectX SDK
2020-09-07 10:13:41 +08:00
driver1998
3c6552ba4d
msg_hash_chs: Don't translate MSG_PROGRAM, prevent a crash on startup
2020-09-07 10:13:41 +08:00
James Montgomerie
f83f706565
Make style of if statment conform to the one already in use in the file/
2020-09-06 18:36:32 -07:00
James Montgomerie
5c58c6969e
Allow controllers with no/empty names to work.
2020-09-06 18:24:32 -07:00
Autechre
6f092c55a4
Merge pull request #11290 from matthewbauer/add-extra-uinput-keys
...
Map libcec-daemon keys to RETROK
2020-09-07 02:43:51 +02:00
Matthew Bauer
210dcfbd8c
Map libcec-daemon keys to RETROK
...
From https://github.com/bramp/libcec-daemon , we have some keys that
aren’t recognized by RetroArch right now. So we can map them to actual
RETROK_ codes. They are:
- KEY_EXIT -> RETROK_CLEAR
- KEY_OK -> RETROK_RETURN
- KEY_SELECT -> RETROK_RETURN
See
fe9df5ddf7/src/main.cpp (L233-L312)
for a full list
2020-09-06 16:01:12 -05:00
twinaphex
e2e9d0fbb6
Cleanup
2020-09-05 20:30:33 +02:00
twinaphex
09423bf272
Fix C89_BUILD issue
2020-09-05 20:29:57 +02:00
twinaphex
46b3f3c50c
Move this outside of the header and into menu_setting.c
2020-09-05 20:27:29 +02:00
twinaphex
5f2688c4cf
Cleanup
2020-09-05 19:37:31 +02:00
Autechre
6f02318c0f
Merge pull request #11287 from jdgleaver/play-store-modules
...
(Android) Set preliminary list of 50 cores to include in Play Store builds
2020-09-05 16:50:43 +02:00
Autechre
09fc37c724
Merge pull request #11286 from jdgleaver/static-libretro_path
...
(Salamander/static builds) Move 'libretro_path' value from 'retroarch.cfg' to independent config file
2020-09-05 16:50:29 +02:00
jdgleaver
e8531a61e0
(Android) Set preliminary list of 50 cores to include in Play Store build
2020-09-05 13:36:02 +01:00
jdgleaver
a39d6240a6
(Salamander/static builds) Move 'libretro_path' value from 'retroarch.cfg' to independent config file
2020-09-05 13:23:20 +01:00
twinaphex
33578eda08
Cleanup
2020-09-05 10:14:19 +02:00
twinaphex
cf02814fd4
Remove unused apple_key_name_map
2020-09-05 10:13:06 +02:00
twinaphex
32d075df79
Start decoupling joypad destruction from input driver destruction
2020-09-05 08:56:28 +02:00
twinaphex
aa95de57db
Cleanups - make sure we are consistent with NULL pointer dereferences
2020-09-05 08:46:28 +02:00
twinaphex
ef57f9de31
Cleanups
2020-09-05 08:35:33 +02:00
twinaphex
a41262f444
(Winraw input) Alignment changes
2020-09-05 07:29:37 +02:00
twinaphex
f7dd849156
(Winraw) Cleanup winraw_grab_mouse
2020-09-05 07:28:52 +02:00
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