56985 Commits

Author SHA1 Message Date
Autechre
ac5c45f333
Merge pull request #11813 from libretro/revert-11811-xaudio
Revert "Windows: Fix multiple XAudio instances"
2021-01-03 06:48:33 +01:00
Autechre
9ef98928d2
Revert "Windows: Fix multiple XAudio instances" 2021-01-03 06:48:24 +01:00
Autechre
3c9fe5ebf5
Merge pull request #11811 from SimpleTease1/xaudio
Windows: Fix multiple XAudio instances
2021-01-03 06:02:01 +01:00
Autechre
5364d95a94
Merge pull request #11812 from SimpleTease1/menu
(Windows) MSVC Buildfix
2021-01-03 06:01:27 +01:00
SimpleTease
42d8e93171
(Windows) MSVC Buildfix 2021-01-03 04:57:05 +00:00
SimpleTease
ef51cf4ee1 Windows: Fix multiple XAudio instances 2021-01-03 04:36:03 +00:00
Autechre
4c0ee0dcfc
Merge pull request #11808 from schellingb/fix_winmm_midi_hang
Fix winmm midi driver hanging on content closing
2021-01-02 23:52:10 +01:00
Bernhard Schelling
8a1ca893f0
Fix winmm midi driver hanging on content closing
midiStreamStop can freeze the process when there has been a NOTE-ON message without a corresponding NOTE-OFF.
Just removing the call to midiStreamStop and letting the midiStreamClose below it do the entire stopping and closing fixes that.
2021-01-03 03:22:31 +09:00
Autechre
bfaa6e16dd
Merge pull request #11803 from sonninnos/led-win32-keyboard
LED win32 keyboard driver cleanup
2021-01-02 17:07:16 +01:00
Autechre
42f2e7e85e
Merge pull request #11805 from MrHuu/ctr_upd_makefile_cores
(3DS) Add Snes9x ID / Assets
2021-01-02 17:06:05 +01:00
Autechre
598d27dcfe
Merge pull request #11807 from schellingb/rhmap2
Add 32-bit key hash map rhmap
2021-01-02 17:05:34 +01:00
Autechre
780bfa7489
Merge pull request #11806 from MrHuu/ctr_server_url_default
(3DS) Server url reset default
2021-01-02 16:54:29 +01:00
Bernhard Schelling
9bea4831d7 Add 32-bit key hash map rhmap
Based on ex_hashmap32 in menu_explore.c, modify that to use the new rhmap
2021-01-03 00:52:25 +09:00
MrHuu
9e7facd011 (3DS) Add Snes9x ID / Assets 2021-01-02 16:04:33 +01:00
MrHuu
fa8c7b4d3e (3DS) Server url reset default 2021-01-02 15:31:18 +01:00
sonninnos
054bf115ac LED win32 keyboard driver cleanup 2021-01-02 05:46:04 +02:00
Autechre
74d97cc1ca
Merge pull request #11802 from farmerbb/farmerbb/fix_android_tv
Play Store: download cores at app install time on Android TV devices
2021-01-02 01:01:16 +01:00
Braden Farmer
4fbd787ede Play Store: install cores at download time on Android TV devices
Fixes issues with downloading cores on Android TV. On-demand module downloads are apparently unsupported on Android TV, so we need to fetch modules at install-time instead.
2021-01-01 16:47:17 -07:00
Autechre
74fcf85621
Merge pull request #11800 from tunip3/master
Add rescap for run full trust (needed to make broadFileSystemAccess work on Xbox)
2021-01-02 00:43:12 +01:00
Autechre
8747c01073
Merge pull request #11801 from MrHuu/ctr_cia_version
(3DS) Generate random cia version
2021-01-02 00:39:21 +01:00
MrHuu
b37ccc7f6c (3DS) Generate random cia version 2021-01-02 00:26:42 +01:00
tunip3
8308bdb24b
Add rescap for run full trust (needed to make broadFileSystemAccess work on Xbox) 2021-01-01 23:24:54 +00:00
Autechre
a5f09f901d
Update .gitlab-ci.yml 2021-01-01 19:42:05 +01:00
Autechre
1907563039
Update .gitlab-ci.yml 2021-01-01 18:57:24 +01:00
Autechre
6932a49135
Merge pull request #11789 from dmrlawson/fix-udev-rumble
Fix udev rumble
2021-01-01 18:32:23 +01:00
Autechre
2eb17050df
Merge pull request #11799 from farmerbb/master
Android: CI updates + RetroArch Plus
2021-01-01 18:03:32 +01:00
Braden Farmer
101e623fdc Android: CI updates + RetroArch Plus 2021-01-01 08:30:13 -07:00
Autechre
18eb12215a
Merge pull request #11796 from webgeek1234/master
Remove opengl32.dll from Windows Packaging
2021-01-01 04:27:21 +01:00
Aaron Kling
0e2337dbb2 gitlab-ci: windows: Do not package opengl32.dll
This utilizes mesa softpipe and prevents use of the target systems
hardware accelerated opengl.
2020-12-31 21:23:39 -06:00
Autechre
39b584e64d
Merge pull request #11795 from farmerbb/patch-1
Android (Play Store): swap DOSBox-SVN core for DOSBox Pure
2021-01-01 00:26:16 +01:00
Braden Farmer
0ca62cfd98
Android (Play Store): swap DOSBox-SVN core for DOSBox Pure 2020-12-31 16:24:57 -07:00
Autechre
0b8b569075
Merge pull request #11794 from jdgleaver/gitlab-mxe-win-dll
(.gitlab-ci.yml) windows-x64: add redistributable dll files to artefacts
2021-01-01 00:24:35 +01:00
jdgleaver
47d95a61e6 (.gitlab-ci.yml) windows-x64: add redistributable dll files to artefacts 2020-12-31 23:09:12 +00:00
Autechre
a0c27d0735
Update AndroidManifest.xml 2020-12-31 23:01:08 +01:00
Autechre
60308d4b37
Update AndroidManifest.xml 2020-12-31 23:00:54 +01:00
Autechre
293e085e53
Merge pull request #11793 from HyperspaceMadness/Shaders_Fix_False_Duplicate_Parameter_Bug
Shaders fix for duplicate parameters loading bug
2020-12-31 21:57:51 +01:00
Remi McGill
7a565d739d Shaders fix for duplicate parameters loading bug 2020-12-31 15:50:55 -05:00
Autechre
5f10db2c61
Update .gitlab-ci.yml 2020-12-31 16:41:05 +01:00
Autechre
9797ba9f27
Merge pull request #11743 from HyperspaceMadness/Shaders_Fix_Simple_Preset_Relative_Texture_Paths
Shaders Load Refactor and Fix Referenced Texture Loading
2020-12-31 16:13:20 +01:00
Autechre
5d42320aa7
Merge pull request #11785 from jdgleaver/gitlab-win-mxe
(.gitlab-ci.yml) Use MXE build container for windows-x64 builds (WIP)
2020-12-31 15:40:11 +01:00
Autechre
33cbc54ec4
Merge pull request #11788 from MrHuu/ctr_core_updates
(3DS) Enable core updater
2020-12-31 15:37:27 +01:00
jdgleaver
399b29ad3f (.gitlab-ci.yml) Use MXE build container for windows-x64 builds 2020-12-31 09:42:41 +00:00
David Lawson
0bdf574cfd udev_joypad: make rumble work
Rumble was not working for me. I learnt a bit about how evdev works and it seems like you need to set a replay which defines how long the effect is (previously we set it to 0). This means there's a maximum length to the rumble effect which feels wrong.

When we do `play.value = !!strength;` we're setting the number of times for the effect to repeat, which works fine because the effect stops when we set it to 0.

It doesn't feel quite right to me playing e.g. Goldeneye but I've not played on real hardware for a while.

I'm hoping someone is more familiar with evdev and can suggest a better approach.
2020-12-31 07:55:02 +00:00
David Lawson
b0de18ea12 udev_joypad: some cleanup 2020-12-30 22:07:26 +00:00
MrHuu
2229657b12 (3DS) Enable core updater 2020-12-30 19:11:48 +01:00
Remi McGill
8d1b949c9c Shaders Fix Config Memory Leak 2020-12-30 11:02:59 -05:00
Autechre
c01b2dea17
Merge pull request #11784 from Tatsuya79/patch-4
qt: attempt to fix memory leak in shader panel
2020-12-30 01:58:25 +01:00
Tatsuya79
2e52c9e284
qt: attempt to fix memory leak in shader panel 2020-12-30 01:11:17 +01:00
twinaphex
c4dc28319f Remove obsolete headers 2020-12-30 00:22:31 +01:00
Autechre
bd375468f3
Merge pull request #11780 from farmerbb/patch-2
Android: Sync versionCode with actual value in the Play Store
2020-12-29 18:26:51 +01:00