60772 Commits

Author SHA1 Message Date
libretroadmin
e33f6cbbe2 Don't define _GNU_SOURCE when already defined 2022-06-01 05:39:28 +02:00
Andrés
cf2ecf506c
Fix lan rooms on android
This simple change makes lan discovery work on android again.
The is_lan_address function was meant to filter out duplicate rooms only anyway and this change shouldn't harm anything

The responses on android are seen as IPv6 mapped IPv4 addresses so this is needed for this to work anyway

I/RetroArch: [Discovery] Responnse received on LAN interface ::ffff:192.168.1.241.
I/RetroArch: [Netplay]: Connecting to ::ffff:192.168.1.241|55435 (deferred)
2022-05-31 22:39:10 -05:00
libretroadmin
b0597d91a2 Try to define F_ADD_SEALS and F_SEAL_SHRINK when not defined 2022-06-01 05:37:45 +02:00
libretroadmin
b8d9070c9b (DXGI/HDR) Move global to only function that requires it 2022-05-31 21:03:38 +02:00
libretroadmin
06d62cf86a Simplify vulkan set_resize function callbacks 2022-05-31 20:18:27 +02:00
libretroadmin
bf7b1c9d9c (Wayland) Fixups 2022-05-31 20:04:33 +02:00
libretroadmin
ccdf68e64a (Wayland) Buildfix 2022-05-31 19:51:41 +02:00
libretroadmin
6408cc8958 Make memfd_create call more backwards compatible by calling it through
syscall -
On older systems, you'll have to include linux/memfd.h for the MFD_ defines, and call memfd_create() via the the syscall(2) wrapper (and include unistd.h and sys/syscall.h for it work). We exclude linux/memfd.h header include because we already provide
the MFD_ defines in case they are missing
2022-05-31 19:45:55 +02:00
libretroadmin
5b85d46383 (Vulkan) Get rid of g_win32_inited = true line - this is already done
in create_vk_context
2022-05-31 19:14:12 +02:00
LibretroAdmin
e470461b14
Merge pull request #13991 from Cthulhu-throwaway/isinprogress
(Networking) Define isinprogress function
2022-05-31 17:07:17 +01:00
Cthulhu-throwaway
39de84eb05 Wii buildfix 2022-05-31 06:07:57 -03:00
Cthulhu-throwaway
8f7b5a1050 (Networking) Define isinprogress function 2022-05-31 05:07:23 -03:00
LibretroAdmin
cb6b41e10f
Merge pull request #13990 from Cthulhu-throwaway/netplay-cleanup
Proper buildfix for some Windows environments
2022-05-31 05:13:04 +01:00
Cthulhu-throwaway
400faff5ba Proper buildfix for some Windows environments 2022-05-31 01:08:45 -03:00
libretroadmin
4811f8d3f6 Revert "Attempted buildfix for net_socket"
This reverts commit 17d31e6dfff93b30c697b6a67b1715707105b6e4.
2022-05-31 06:06:43 +02:00
libretroadmin
17d31e6dff Attempted buildfix for net_socket 2022-05-31 05:43:50 +02:00
LibretroAdmin
4c3482faab
Merge pull request #13989 from Cthulhu-throwaway/netplay-cleanup
(Netplay) Some cleaning
2022-05-31 04:33:12 +01:00
Cthulhu-throwaway
17b7b1322e (Netplay) Some cleaning 2022-05-30 22:02:24 -03:00
github-actions
037ae4b87d Fetch translations from Crowdin 2022-05-31 00:11:36 +00:00
LibretroAdmin
5e258eb8f0
Merge pull request #13987 from Cthulhu-throwaway/master
(Netplay) Enforce a timeout during connection
2022-05-30 18:14:12 +01:00
Cthulhu-throwaway
de30f212bc (Netplay) Enforce a timeout during connection 2022-05-30 05:23:39 -03:00
LibretroAdmin
4e82b40515
Merge pull request #13986 from QuarkTheAwesome/wiiu-mmap-imports
(WiiU) Add OS memory mapping imports
2022-05-30 03:44:06 +01:00
Ash Logan
7c34fd46e1 (WiiU) Add OS memory mapping imports
Used in some upcoming cores.
2022-05-30 11:50:58 +10:00
LibretroAdmin
56feacf3b6
Merge pull request #13985 from libretro/revert-13959-Shader_Loading_Multiple_References
Revert "Shader Preset Loading of Multiple additional #references lines for settings"
2022-05-30 01:39:59 +01:00
LibretroAdmin
6ba8fe225d
Revert "Shader Preset Loading of Multiple additional #references lines for settings" 2022-05-30 02:39:25 +02:00
github-actions
c6bd7d8b8a Fetch translations from Crowdin 2022-05-30 00:14:02 +00:00
libretroadmin
96a485f885 Move struct and macros for input to input_types.h 2022-05-29 21:58:39 +02:00
LibretroAdmin
ccdda219b8
Merge pull request #13980 from Ophidon/master
Fix BFI Regression
2022-05-29 08:58:39 +01:00
Ophidon
4c934e66d5
Fix BFI Regression 2022-05-29 00:51:28 -04:00
LibretroAdmin
4e5cc3fef1
Merge pull request #13979 from phcoder/dostime
djgpp: Add a workaround for libc bug
2022-05-29 05:32:50 +01:00
github-actions
adc6ac1429 Fetch translations from Crowdin 2022-05-29 00:13:19 +00:00
Vladimir Serbinenko
46e86ff503 djgpp: Add a workaround for libc bug 2022-05-28 22:24:36 +02:00
github-actions
3b27f7730c Fetch translations from Crowdin 2022-05-28 00:11:31 +00:00
LibretroAdmin
b65c933a09
Merge pull request #13975 from Cthulhu-throwaway/netplay-cleanup
(Netplay) Some refactoring and cleaning
2022-05-27 23:37:43 +01:00
LibretroAdmin
98a13f386f
Merge pull request #13974 from DisasterMo/source-text-fixes
Fix some grammar & spelling mistakes
2022-05-27 22:24:17 +01:00
Cthulhu-throwaway
e4f8b531d5 (Netplay) Some refactoring and cleaning 2022-05-27 17:21:34 -03:00
DisasterMo
51e0515f44 Fix some grammar mistakes 2022-05-27 20:31:52 +02:00
LibretroAdmin
16c0f5e223
Merge pull request #13964 from 5th-fork/master
[UWP] add support for 4k to angle on xbox
2022-05-27 15:10:33 +01:00
LibretroAdmin
3f6d8508a4
Merge pull request #13971 from stevenjamescox/master
revision to macOS app icon set
2022-05-26 17:54:03 +01:00
Steve Cox
134f645e72 revision to macOS app icon set 2022-05-25 20:04:48 -07:00
LibretroAdmin
37a17df182
Merge pull request #13970 from Cthulhu-throwaway/upnp-fix
(Netplay/UPnP) Stability Issue
2022-05-25 17:45:27 +01:00
Cthulhu-throwaway
61610bd7d3 (Netplay/UPnP) Stability Issue 2022-05-25 12:30:17 -03:00
LibretroAdmin
cc1325ff82
Merge pull request #13959 from HyperspaceMadness/Shader_Loading_Multiple_References
Shader Preset Loading of Multiple additional #references lines for settings
2022-05-25 14:49:01 +01:00
LibretroAdmin
24b6a0ae7d
Merge pull request #13968 from Cthulhu-throwaway/master
(Netplay) Change default for input sharing to "no sharing"
2022-05-25 14:48:37 +01:00
Cthulhu-throwaway
ade5444d5f (Netplay) Change default for input sharing to "no sharing" 2022-05-25 07:45:02 -03:00
github-actions
af7db7c08f Fetch translations from Crowdin 2022-05-25 00:13:38 +00:00
Remi McGill
684889507b Shader Loading of Multiple References for settings
Multi reference settings working

Config fixes

Multi-Reference Loading Working, Checking for shader chain not working

Checking References is working

Improved path_linked_list_add_path

Simplify path list stuff

Fixed Static Definition

Fixes

Fixes

Fix to Trigger PR Update

Removed Legacy Orbis which got left in a merge

Memory Leak Fix
2022-05-24 14:07:55 -04:00
LibretroAdmin
8f1de8a343
Merge pull request #13965 from stevenjamescox/master
Revised tvOS icons w/ updated invader.
2022-05-24 12:50:52 +01:00
github-actions
d4795b8cf6 Fetch translations from Crowdin 2022-05-24 00:12:09 +00:00
Steve Cox
d54df6f18e Revised tvOS icons w/ updated alien. 2022-05-23 15:58:48 -07:00