Commit Graph

57008 Commits

Author SHA1 Message Date
SimpleTease
033be6ca0a
netplay: allocate crashfix
Handle no devices
2020-12-23 01:35:41 +00:00
SimpleTease
badfbe0ccd Netplay: fixes 2020-12-23 01:13:53 +00:00
Autechre
50a6aca0bf
Merge pull request #11735 from webgeek1234/master
android: retro_sleep build fix
2020-12-23 01:13:49 +01:00
Aaron Kling
57e3ab71d9 android: retro_sleep build fix 2020-12-22 17:29:26 -06:00
Autechre
5048693bca
Merge pull request #11733 from gblues/gblues/wiiu-gitlab-ci
Add CI configuration for wiiu
2020-12-22 21:13:31 +01:00
Nathan Strong
ac178886c0 Add CI configuration for wiiu
== DETAILS

Mirroring the Wii config, I've added a config for the Wii U.

== TESTING

I pushed to a branch on the Gitlab server and verified the CI runs
successfully.
2020-12-22 12:03:48 -08:00
Autechre
9895d4a9ed
Merge pull request #11731 from alphanu1/patch-1
Fix undeclared compile error
2020-12-22 20:22:57 +01:00
alphanu1
9c39c7994b
Fix undeclared compile error
Retroarch_data_h:2668:26: error: 'command_set_shader' undeclared here (not in function); do you mean 'command_get_ststus'?
    { "SET_SHADER",         command_set_shader,        "<shader path>" }
2020-12-22 17:42:22 +00:00
Michaël Palomas
5fb77796f0 forgot to include retro_miscellaneous.h for PATH_MAX_LENGTH 2020-12-22 15:47:30 +01:00
Autechre
a1b4cced5b
Merge pull request #11730 from jdgleaver/win-gitlab-packaging
(.gitlab-ci.yml) Add windows-x64 packaging artefacts
2020-12-22 15:02:02 +01:00
jdgleaver
5295ec22f7 (.gitlab-ci.yml) Add windows-x64 packaging artefacts 2020-12-22 13:54:46 +00:00
Autechre
64391f8e50
Merge pull request #11729 from jdgleaver/gitlab-packaging
(.gitlab-ci.yml) Add required packaging artefacts for libnx, psp, ctr, wii and ngc targets
2020-12-22 12:52:33 +01:00
jdgleaver
12ed3be07e (.gitlab-ci.yml) Add required packaging artefacts for libnx, psp, ctr, wii and ngc targets 2020-12-22 11:44:47 +00:00
Autechre
5fb24737d0
Merge pull request #11726 from SimpleTease/netplay_1
net_ifinfo: crashfix  (Windows)
2020-12-22 11:27:09 +01:00
Michaël Palomas
adbfce14f2 Fixed issue with long paths > 260 chars on Windows 2020-12-22 10:27:45 +01:00
SimpleTease
03c5c240a6
net_ifinfo: crashfix (Windows)
get correct size from GetAdaptersAddresses
2020-12-22 02:48:57 +00:00
twinaphex
7dcfd7a038 retro_sleep buildfix 2020-12-21 21:11:59 +01:00
twinaphex
627b668da8 Another buildfix for retro_sleep 2020-12-21 21:06:54 +01:00
twinaphex
16bb56b7a2 Update 2020-12-21 21:04:31 +01:00
twinaphex
2ed59ea789 Turn this into macro 2020-12-21 20:25:18 +01:00
jdgleaver
c3013906fb (OpenDingux) Add audio/video filters to .gitlab-ci.yml artifacts 2020-12-21 19:12:02 +01:00
twinaphex
8df5fe2a60 CLeanup 2020-12-20 16:48:52 +01:00
twinaphex
51f0d04569 Update 2020-12-20 16:41:44 +01:00
Autechre
f4c4df039d
Merge pull request #11720 from aliaspider/master
D3D12 fixes.
2020-12-20 08:21:40 +01:00
aliaspider
16f997172f (D3D12) allocate rt_view descriptors for feedback render targets too. 2020-12-20 08:08:04 +01:00
aliaspider
bf2adda421 (D3D12) move D3D12SignalCommandQueue to d3d12_gfx_sync. 2020-12-20 07:13:11 +01:00
aliaspider
1681322ffc (D3D12) fix the D3D12GetCompletedValue function wrapper.
- a function wrapper shouldn't contain any NULL checks, and it should
return the original UINT64 value, not a boolean.
2020-12-20 07:08:33 +01:00
aliaspider
b6544a71d7 (MSVC) add the DEBUG preprocessor definition to debug targets. 2020-12-20 07:05:46 +01:00
Autechre
2cc7118ec4
Merge pull request #11717 from bslenul/master
Build fix.
2020-12-19 18:42:57 +01:00
bslenul
602908f5c6 Build fix. 2020-12-19 18:30:10 +01:00
twinaphex
3743a47edd Remove obsolete ps3 references - use psl1ght instead 2020-12-19 15:36:07 +01:00
twinaphex
870707dbe8 Remove obsolete __CELLOS_LV2__ references - use PSL1GHT instead 2020-12-19 15:32:26 +01:00
Ömercan Kömür
6256b8ca2b first 2020-12-19 15:14:14 +03:00
Autechre
4e33e71a47
Merge pull request #11715 from jdgleaver/compresion-defaults
Ensure save file and playlist compression is disabled by default
2020-12-18 15:43:50 +01:00
jdgleaver
b9e9b9eb4f Ensure save file and playlist compression is disabled by default 2020-12-18 14:36:10 +00:00
Autechre
6ba7f3c28b
Merge pull request #11712 from SimpleTease/update
Emscripten: remove unused dependency (buildfix)
2020-12-18 05:58:25 +01:00
SimpleTease
bb6a680890
Emscripten: remove unused dependency (buildfix) 2020-12-18 03:40:18 +00:00
twinaphex
7d313647ae (D3D11) Add flip model support - fallback to blit model for OSes
where flip model is not supported (windows 7 and earlier). Will add
a menu option later allowing the user to switch inbetween the two
2020-12-17 14:39:58 +01:00
twinaphex
d6a0bdaa30 (D3D12) Increase this to 2048 - avoids D3D12 crash on startup 2020-12-17 09:41:05 +01:00
twinaphex
38ce3927ae (D3D10/11/12) Increase sprite capacity, we need this so that
the hardware rendered menu drivers don't glitch out
2020-12-17 08:31:06 +01:00
Autechre
8d1ca52da5
Merge pull request #11703 from 6lackmag3/patch-3
Update msg_hash_ru.c
2020-12-17 01:27:46 +01:00
Autechre
b3282882d3
Merge pull request #11709 from sonninnos/key-remap-fix
Keyboard remapping fix pt2
2020-12-17 00:49:39 +01:00
sonninnos
c18c4680b3 Keyboard remapping fix pt2 2020-12-17 00:39:57 +02:00
Francisco José García García
2c20788ba4
[PSP] [VITA] Add salamander to gitlab CI (#11707)
* [PSP] [VITA] Add salamander to gitlab CI

* [PSP] Fix build of salamander
2020-12-16 18:50:16 +01:00
6lackmag3
8da2563b87
Update msg_hash_ru.c 2020-12-16 02:01:05 +03:00
twinaphex
2a8024a71b (D3D10) Cleanups - create init_swapchain function 2020-12-15 23:05:58 +01:00
twinaphex
093dc30ffd Refactor d3d11_init_swapchain some more 2020-12-15 22:56:29 +01:00
Autechre
1fee67d51c
Merge pull request #11700 from davidgfnet/betterwifi2
Fix wifi_enable setting, to store it across restarts
2020-12-15 21:26:04 +01:00
David Guillen Fandos
4aa3a0d666 Fix wifi_enable setting, to store it across restarts 2020-12-15 18:12:58 +01:00
twinaphex
a1fd1d425c (D3D11) Split init swapchain code up into own function 2020-12-15 08:19:04 +01:00