LibretroAdmin
c6995c0b1d
Merge pull request #17801 from pstef/win32-socket
2025-04-12 10:09:56 -07:00
LibretroAdmin
a3ba931113
Merge pull request #17799 from tekdahl/tekdahl-video-processor-magewell-patch
...
video_processor_v4l2.c updates to make it work with my magewell card and added resolution options
2025-04-12 06:13:40 -07:00
LibretroAdmin
ca850d09fe
Merge pull request #17798 from warmenhoven/warmenhoven/pr/ios-man-scan
...
iOS: fix rescanning manual playlists after app update
2025-04-12 06:13:24 -07:00
LibretroAdmin
570290893b
Merge pull request #17800 from pstef/fixes
...
Corrections after recent fixes
2025-04-12 06:13:15 -07:00
pstef
d6cc1847bf
Finish converting to SOCKET type in _WIN32 code
...
fixes c048a21
2025-04-12 10:45:08 +00:00
pstef
66aa1424f0
Define WIN32_LEAN_AND_MEAN to avoid collision with winsock2
2025-04-12 10:45:08 +00:00
pstef
ea9b86c9e7
dr: import upstream change to silence a spurious warning
2025-04-12 10:30:36 +00:00
pstef
57726895dd
Finish converting selection variables to size_t
...
fixes 5710a7f6e5
2025-04-12 10:30:36 +00:00
pstef
ab3b321c66
cpuid: finish converting to int32_t
...
fixes b25cb6ea63
2025-04-12 10:30:36 +00:00
github-actions
05adec60da
Fetch translations from Crowdin
2025-04-12 00:14:47 +00:00
tekdahl
c63bab4c02
video_processor_v4l2.c
...
Added resolution picker/forcing.
Rewrote logic for finding ALSA audio devices in enumerate_audio_devices function
Added a skip for some of the interface queries that fail and aren't required for magewell usb.
2025-04-11 18:32:56 -05:00
Eric Warmenhoven
7998511c41
iOS: fix rescanning manual playlists after app update
2025-04-11 18:07:48 -04:00
pstef
34a1b824b6
Github CI: use silent mode for Wii U
...
It's not clear why it was turned on just for this target.
2025-04-11 17:12:08 +00:00
pstef
de280cad9a
Makefile.wiiu: print variables once in silent mode
2025-04-11 17:12:08 +00:00
pstef
c93a050465
Makefile.wii: make one more target silenceable
2025-04-11 17:12:08 +00:00
pstef
eb6305136d
Makefile.wii: print variables once in silent mode
2025-04-11 17:12:08 +00:00
pstef
308593693c
Makefile.wii: don't print all objects removed by the clean target in silent mode
2025-04-11 17:12:08 +00:00
pstef
25a1f1bb41
Makefile.webos: print variables once in silent mode
2025-04-11 17:12:08 +00:00
pstef
e08ecd6f94
Makefile.webos: don't print all objects removed by the clean target in silent mode
2025-04-11 17:12:07 +00:00
pstef
192ca4179b
Makefile.webos: make silent mode toggable
2025-04-11 17:12:07 +00:00
pstef
7f3f0106de
Makefile.vita: implement silent mode
2025-04-11 17:12:07 +00:00
pstef
4b2196af6c
Makefile.rs90: print variables once in silent mode
2025-04-11 17:12:07 +00:00
pstef
6e68e2f0da
Makefile.rs90: don't print all objects removed by the clean target in silent mode
2025-04-11 17:12:07 +00:00
pstef
f9de17b7ed
Makefile.rs90: make silent mode toggable
2025-04-11 17:12:07 +00:00
pstef
eb53b4174f
Makefile.retrofw: print variables once in silent mode
2025-04-11 17:12:07 +00:00
pstef
e907399419
Makefile.retrofw: don't print all objects removed by the clean target in silent mode
2025-04-11 17:12:07 +00:00
pstef
edbe0f032c
Makefile.retrofw: make silent mode toggable
2025-04-11 17:12:07 +00:00
pstef
58dc568c24
Makefile.psl1ght: implement silent mode
2025-04-11 17:12:07 +00:00
pstef
29072a3ac8
Makefile.ps2: implement silent mode
2025-04-11 17:12:07 +00:00
pstef
d631a5b632
Makefile.orbis: implement silent mode
2025-04-11 17:12:07 +00:00
pstef
e7c5eef862
Makefile.ngc: silence more targets in silent mode
2025-04-11 17:12:07 +00:00
pstef
941173c0df
Makefile.ngc: print variables once in silent mode
2025-04-11 17:12:07 +00:00
pstef
d373adc873
Makefile.ngc: don't print all objects removed by the clean target in silent mode
2025-04-11 17:12:07 +00:00
pstef
d25aaac625
Makefile.miyoo: print variables once in silent mode
2025-04-11 17:12:07 +00:00
pstef
cc75358335
Makefile.miyoo: don't list all objects removed by the clean target in silent mode
2025-04-11 17:12:07 +00:00
pstef
685b937e2f
Makefile.miyoo: make silent mode toggable
2025-04-11 17:12:07 +00:00
pstef
41bbbc55db
Makefile.dos: implement silent mode
2025-04-11 17:12:07 +00:00
pstef
6a8338efe9
Makefile.ctr: silence more targets in silent mode
2025-04-11 17:12:06 +00:00
pstef
ddcf5285d1
Makefile.ctr: print variables once in silent mode
2025-04-11 17:12:06 +00:00
pstef
fbf97b2326
Makefile: don't print all objects removed by the clean target
2025-04-11 17:12:06 +00:00
pstef
ab2e577c66
Makefile: print variables once in silent mode
2025-04-11 17:12:06 +00:00
LibretroAdmin
4c0744b644
Merge pull request #17795 from pstef/selection-size_t
2025-04-10 20:25:55 -07:00
LibretroAdmin
d76c015e9a
Merge pull request #17796 from pstef/silence-warnings
2025-04-10 20:23:43 -07:00
github-actions
ccc68a98bb
Fetch translations from Crowdin
2025-04-11 00:15:51 +00:00
pstef
c048a21aa4
Use platform-specific checks for invalid descriptors
...
Check network fd/socket validity using INVALID_SOCKET on Windows
(requiring conditional winsock2.h include) and < 0 otherwise.
Fixes -Wsign-compare warning.
2025-04-10 21:10:45 +00:00
pstef
6a302d0602
PSVita: add missing include
2025-04-10 21:10:45 +00:00
pstef
b25cb6ea63
Use int32_t for x86_cpuid flags and handle MSVC types
...
Change the flags parameter to int32_t for explicit sizing. Add a check
and cast for MSVC __cpuid compatibility when int is 32-bit.
This silences a -Wincompatible-pointer-types warning where int32_t is
long int.
2025-04-10 21:10:45 +00:00
pstef
317c80a257
Silence a shorten-64-to-32 warning
...
The result of this multiplication will fit into a 32-bit int.
2025-04-10 21:10:45 +00:00
pstef
5710a7f6e5
Use size_t for new_selection as done everywhere else
2025-04-10 21:10:45 +00:00
pstef
b5a4a0da79
Don't redefine _BSD_SOURCE
...
Imported from upstream.
2025-04-10 21:10:45 +00:00