Commit Graph

65560 Commits

Author SHA1 Message Date
LibretroAdmin c14016d6a2
Merge pull request #17817 from pstef/changelog 2025-04-17 00:23:09 -07:00
pstef ce36ea176a Add a few 3DS items 2025-04-17 06:25:30 +00:00
Joseph Mattiello 3eaa9f15a9
Add Microphone CoreAudio driver for iOS and macOS
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
2025-04-16 15:37:11 -04:00
DisasterMo 453348afad Update the core localisation sync scripts, workflows and instructions 2025-04-16 18:58:02 +02:00
LibretroAdmin 94149644f9
Merge pull request #17812 from viachaslavic/fix_qt_dispatcher
Fix qt6 dispatcher
2025-04-16 07:24:16 -07:00
LibretroAdmin a5ddb4b007
Merge pull request #17813 from pstef/3ds-mrboom-audiomixer
Restore HAVE_AUDIOMIXER to fix MrBoom build
2025-04-16 07:24:01 -07:00
pstef 93b1d2c8d7 Restore HAVE_AUDIOMIXER to fix MrBoom build 2025-04-16 13:57:15 +00:00
LibretroAdmin f6cd9469ed
Merge pull request #17811 from pstef/new_selection-int 2025-04-16 05:58:14 -07:00
LibretroAdmin d3b2c08e8b
Merge pull request #17809 from pstef/3ds-compress-clean 2025-04-16 05:57:55 -07:00
Viačasłaŭ Chalikin 1736184f15
Fix qt6 dispatcher 2025-04-16 15:35:01 +03:00
pstef b9bee801fd Revert "Use size_t for new_selection as done everywhere else"
At least `case MENU_ACTION_UP` compares new_selection against 0, the
type needs to be signed. Revert 5710a7f6 now and revisit after a deeper
look.
2025-04-16 11:29:06 +00:00
pstef 4032fb47e8 Add missing compress.o object
Statically built cores like blueMSX call compress().
2025-04-16 06:30:25 +00:00
pstef fc15fce531 Fix logic in the clean target 2025-04-16 06:30:25 +00:00
LibretroAdmin 203fff1a11
Bump version 2025-04-14 23:04:09 -07:00
LibretroAdmin d14bf2f40d
Update CHANGES.md 2025-04-14 17:37:11 -07:00
github-actions fd54639965 Fetch translations from Crowdin 2025-04-15 00:16:12 +00:00
LibretroAdmin 7b99a7ce85
Merge pull request #17807 from pstef/fixes 2025-04-14 04:52:59 -07:00
pstef 011469d7ef Fix broken logic in the clean target 2025-04-14 08:07:55 +00:00
github-actions f9d79b6afd Fetch translations from Crowdin 2025-04-14 00:16:58 +00:00
LibretroAdmin 7a1c9bd0b1
Merge pull request #17805 from zoltanvb/x11_multimouse
Extend X11 input driver with XInput2 extensions for multi-mouse
2025-04-13 06:03:07 -07:00
LibretroAdmin d36bbb6b91
Merge pull request #17803 from tekdahl/tekdahl-video-processor-magewell-patch 2025-04-13 04:39:38 -07:00
zoltanvb 1678e25af0 Extend X11 input driver with XInput2 extensions for multi-mouse
Add multi-mouse support for X11, by using XInput2 extensions. Only
master pointers are considered as mice.

New behavior put behind HAVE_XI2 and configure script extended with
necessary detection.
2025-04-13 12:16:53 +02:00
github-actions 69f319d16e Fetch translations from Crowdin 2025-04-13 00:40:20 +00:00
tekdahl 4e35a3749e
Update video_processor_v4l2.c replaced/fixed list_resolutions function with code from pstef 2025-04-12 18:45:07 -05:00
pstef 6d2e7e4ec9 Remove unused variable 2025-04-12 23:02:22 +00:00
pstef cc842fd4b2 Define WIN32_LEAN_AND_MEAN to avoid collision with winsock2 2025-04-12 22:11:53 +00:00
pstef 89218d5640 Revert "Silence a -Wformat warning"
This reverts commit 4f9e86d24b.

Since uintmax_t is also a C99 feature, some other compiler complains.
2025-04-12 22:11:53 +00:00
LibretroAdmin 2ab308765d
Merge pull request #17802 from warmenhoven/warmenhoven/pr/ios-build-fix
ios: build fix
2025-04-12 14:56:03 -07:00
Eric Warmenhoven 41d33e631b ios: build fix 2025-04-12 16:45:04 -04:00
LibretroAdmin 274d8732ab
Merge pull request #17797 from pstef/makefiles 2025-04-12 10:10:26 -07:00
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