Commit Graph

65749 Commits

Author SHA1 Message Date
dependabot[bot] 6f55d715d4
Bump microsoft/setup-msbuild from 1 to 2
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1 to 2.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases)
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md)
- [Commits](https://github.com/microsoft/setup-msbuild/compare/v1...v2)

---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-26 13:25:14 +00:00
zoltanvb b54b95a04d
Fix for potential crash in autodetect (#18198) 2025-08-25 12:07:38 +02:00
zoltanvb 84c5722180
Change list update until 2025-08-22 (#18193) 2025-08-24 10:36:19 +02:00
gouchi d1e36d9f11
Update com.libretro.RetroArch.desktop (#18195) 2025-08-24 10:36:09 +02:00
Eric Warmenhoven 3f21e88f09
apple: include ClownMDEmu in App Store builds 2025-08-23 23:29:33 -04:00
github-actions 6e4924bce6 Fetch translations from Crowdin 2025-08-24 00:18:06 +00:00
zoltanvb 5ac96e8c62
Refine input driver selection: enable fallback to linuxraw in more cases. (#18196) 2025-08-24 00:57:58 +02:00
github-actions 6c120d07a8 Fetch translations from Crowdin 2025-08-22 00:16:25 +00:00
zoltanvb f7877df578
Extend autoconfig matching with a physical identifier (#18190) 2025-08-21 18:13:37 +02:00
github-actions 853bd62730 Fetch translations from Crowdin 2025-08-21 00:15:26 +00:00
github-actions 42b33fd1c4 Fetch translations from Crowdin 2025-08-19 00:16:29 +00:00
github-actions cd6ee1b251 Fetch translations from Crowdin 2025-08-18 00:18:40 +00:00
sonninnos adc8739ccb msg_hash reorderings and cleanups 2025-08-17 17:39:56 +03:00
BinBashBanana 1cf24c5afe
update emscripten get_proc_address (#18180) 2025-08-17 06:34:40 +02:00
sonninnos 79dbd3f1c0
Add option for returning to Main Menu from tabs (#18184) 2025-08-17 06:34:07 +02:00
github-actions c31727344a Fetch translations from Crowdin 2025-08-17 00:18:32 +00:00
github-actions e6328b5707 Fetch translations from Crowdin 2025-08-16 00:16:02 +00:00
sonninnos 631eca2ba6 Content load failure logging cleanup 2025-08-15 18:13:32 +03:00
sonninnos 07f8777fa5 More widget category type corrections 2025-08-15 17:41:03 +03:00
sonninnos 79b5778c7a Menu Remember Selection ifdef cleanup 2025-08-15 16:17:17 +03:00
sonninnos dc782cadb2 Widget message error type corrections 2025-08-15 16:12:51 +03:00
sonninnos ac47eb2bce
Increase playlist sublabel tmp size (#18177) 2025-08-15 15:49:59 +03:00
sonninnos 3111f62521
Add menu startup page option (#18175) 2025-08-15 13:37:20 +02:00
github-actions 44746d541b Fetch translations from Crowdin 2025-08-15 00:17:50 +00:00
Aleksey Samoilov f0370a1bfb
ui/qt6: replace deprecated count() with size() (#18169)
* Bump required wayland-protocols

* ui/qt: replace deprecated count with size
2025-08-12 20:35:14 +02:00
github-actions e31f9c2963 Fetch translations from Crowdin 2025-08-12 00:17:11 +00:00
Eric Warmenhoven a35f91d95f
apple: AppIntents (Siri, Shortcuts) (#18167) 2025-08-11 21:41:11 +02:00
zoltanvb 9c9f5aa8d0
Touchscreen support for PS Vita (#18165) 2025-08-11 10:47:44 +02:00
sonninnos 887effcb76 Smaller widget size for refresh rate change 2025-08-10 15:20:28 +03:00
sonninnos b00ae41e41 Logging format unifications 2025-08-10 15:18:42 +03:00
sonninnos 7cdb5aefaf No core reloading without dynamic 2025-08-10 15:13:14 +03:00
sonninnos 80319a9918
GLUI: Show thumbnails in Explore (#18166) 2025-08-10 15:10:01 +03:00
github-actions 719a643fb2 Fetch translations from Crowdin 2025-08-10 00:19:18 +00:00
Eric Warmenhoven e6514de3a7
(audio) minor follow up fix to 3aa8db2.
Fixes #18164
2025-08-09 11:58:02 -04:00
Eric Warmenhoven c404e22a79
apple: default audio/mic drivers are coreaudio 2025-08-07 23:11:25 -04:00
Eric Warmenhoven 4bdaf7fd4c
Merge pull request #18162 from warmenhoven/warmenhoven/pr/macOS-Core-Audio-Mic-Fix
macos coreaudio mic fix
2025-08-07 22:56:03 -04:00
Eric Warmenhoven 752de1e2c5
Merge remote-tracking branch 'libretro/master' into warmenhoven/dev/macOS-Core-Audio-Mic-Fix 2025-08-07 22:51:24 -04:00
Eric Warmenhoven 282308d800
macos: fix coreaudio mic default device 2025-08-07 22:51:03 -04:00
libretroadmin 5e6a2984c7 Replace some usage of strchr with memchr 2025-08-08 04:12:08 +02:00
libretroadmin 07388c5ab2 slang_get_include_file - avoid strlen call 2025-08-08 03:51:41 +02:00
libretroadmin 448b6e3aa0 (net_http) Style nits/cleanups 2025-08-08 03:39:33 +02:00
libretroadmin 23d1e4977a net_http_urlencode_full - exit out of the loop after the last slash
isntead of always iterating over it 3 times
2025-08-08 03:20:51 +02:00
Eric Warmenhoven 9728e5914d
Merge remote-tracking branch 'libretro/master' into warmenhoven/dev/macOS-Core-Audio-Mic-Fix 2025-08-07 18:04:21 -04:00
刘皓 6775559c25
Fix deadlock in `flush_wayland_fd()` when using Wayland Vulkan driver (#18161) 2025-08-07 21:41:49 +02:00
libretroadmin b6c5615c58 (configuration.c) Remove more gotos 2025-08-07 18:55:46 +02:00
libretroadmin 57cf4011ec Reduce gotos in command.c/core_backup.c 2025-08-07 18:42:38 +02:00
libretroadmin 3aa8db2c08 (Audio) SOme control flow changes (no functional changes) and some cleanups 2025-08-07 17:35:00 +02:00
libretroadmin e3a5c5ea46 (XAudio2) Don't make xa_use_float hardcoded anymore 2025-08-07 16:24:33 +02:00
github-actions 31e54cabfe Fetch translations from Crowdin 2025-08-07 00:18:24 +00:00
刘皓 46045a1165
Fix FBO texture format in GLCore driver when using Cg/GLSL shaders (#18158) 2025-08-06 18:15:46 +02:00