twinaphex
0c45135160
(ps2_joypad) Cleanups
2020-09-11 12:32:06 +02:00
Autechre
b122f314d4
Merge pull request #11310 from sonninnos/winraw-product-log
...
(WINRAW) Product string init logging
2020-09-11 11:58:40 +02:00
twinaphex
47ad4da310
Don't free userdata for these drivers inside the destroy function
...
as they don't have userdata
2020-09-11 11:50:00 +02:00
twinaphex
2c97878851
(Input drivers) Cleanups - if we don't need userdata and it's just
...
empty then just pass (void*)-1 to init function
2020-09-11 11:45:01 +02:00
twinaphex
3d09bacb93
(dispserv_x11) Cleanups
2020-09-11 11:37:08 +02:00
twinaphex
bcfd4a3cd6
Get rid of this unused variable
2020-09-11 08:22:13 +02:00
twinaphex
1b9c906d69
Add header
2020-09-11 08:20:21 +02:00
twinaphex
65f5544a7e
Turn g_monitor_index into static global
2020-09-11 08:15:14 +02:00
twinaphex
e27b314afb
(dispserv_x11.c) Cleanups
2020-09-11 08:13:33 +02:00
Autechre
5640a5b512
Merge pull request #11315 from alphanu1/master
...
CRTSwitchRes Improvements (removal of system calls)
2020-09-11 07:29:19 +02:00
Autechre
d8dd2ccb27
Merge pull request #11316 from soarqin/master
...
fix over-translating codes for window ClassName, as an additional fix…
2020-09-11 07:28:42 +02:00
Autechre
be91cec1c6
Merge pull request #11318 from sonninnos/fix-playlist-history
...
Fix playlist history size
2020-09-11 07:27:56 +02:00
Tony Jansson
d610233564
Fix playlist history size
2020-09-11 02:03:59 +03:00
Tony Jansson
36e286e841
(WINRAW) Mouse product string init logging
2020-09-11 00:47:44 +03:00
Soar Qin
728c2b3af4
fix over-translating codes for window ClassName, as an additional fix to 3c6552b
2020-09-11 01:38:58 +08:00
Ben
42c22df72a
Code cleanup
2020-09-10 14:44:49 +01:00
Ben
00ba1646c6
Merge remote-tracking branch 'upstream/master'
...
Upstream
2020-09-10 14:37:17 +01:00
alphanu1
ebef4d3887
Merge pull request #10 from alphanu1/alphanu1-patch-6
...
CRTSwirchRes Improvements
2020-09-10 14:13:21 +01:00
alphanu1
28463a9729
CRTSwirchRes Improvements
...
Removed all system call. Switching now only uses RandR Library.
Resolutions checks to prevent conflicts and crashes.
Closing X11 server now runs a clean up to removes all resolutions installed.
2020-09-10 13:52:31 +01:00
Autechre
ff4fe25488
Merge pull request #11313 from justinweiss/remove-trailing-backslash
...
Remove an extra backslash in Makefile.common
2020-09-10 07:28:50 +02:00
Justin Weiss
65fa50c2a6
Remove an extra backslash in Makefile.common
2020-09-09 22:26:22 -07:00
Autechre
33a04a794f
Merge pull request #11312 from justinweiss/3ds-enable-threading
...
[3DS] Enable threading and add a threaded audio driver
2020-09-10 06:50:12 +02:00
Autechre
2d3c63f545
Merge pull request #11248 from justinweiss/update-libctru
...
[3DS] Update to libctru 2.0
2020-09-10 06:49:54 +02:00
Autechre
be285e1f74
Merge pull request #11311 from justinweiss/3ds-file-buffering
...
[3DS] Increase file buffer size and savestate chunk size
2020-09-10 06:18:00 +02:00
Justin Weiss
fb9aa961b7
[3DS] Increase file buffer size and savestate chunk size
2020-09-09 18:29:47 -07:00
Autechre
8f60e63527
Merge pull request #11307 from sonninnos/close-content-hotkey
...
Hotkey for Close Content / Unload Core
2020-09-09 06:26:49 +02:00
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