Commit Graph

64771 Commits

Author SHA1 Message Date
LibretroAdmin c2ffa044f9
Merge pull request #17700 from pstef/realloc-ext-list 2025-03-15 18:06:35 -07:00
github-actions b9de670da0 Fetch translations from Crowdin 2025-03-16 00:15:47 +00:00
pstef 62ccd05e36 Try to avoid overflowing the stack
PATH_MAX_LENGTH is pretty short on CTR and not really adequate here
since this buffer is not storing a path.

Allocate and possibly reallocate from heap instead of using the
stack here.
2025-03-15 16:43:38 +00:00
github-actions a186bdba06 Fetch translations from Crowdin 2025-03-15 00:14:20 +00:00
LibretroAdmin ea592051c7
Merge pull request #17696 from sonninnos/content-load-archive
Show load before open in archives
2025-03-14 13:46:28 -07:00
LibretroAdmin 4923c2e70b
Merge pull request #17697 from sonninnos/core-suggest
Suggest cores only when core is not loaded
2025-03-14 13:46:20 -07:00
sonninnos e64d52740b Suggest cores only when core is not loaded 2025-03-14 12:50:15 +02:00
sonninnos ee2cf436d4 Show load before open in archives 2025-03-14 12:47:58 +02:00
github-actions 113ff2f009 Fetch translations from Crowdin 2025-03-14 00:14:58 +00:00
LibretroAdmin 51b13fc58c
Merge pull request #17695 from sonninnos/core-load-unload
Core load+unload fixes
2025-03-13 09:17:44 -07:00
sonninnos ee8a641275 Core load+unload fixes 2025-03-13 15:09:38 +02:00
LibretroAdmin 0b2b933388
Merge pull request #17681 from SternXD/uwp-update-angle 2025-03-12 22:00:30 -07:00
LibretroAdmin bfad782acc
Merge pull request #17679 from SternXD/uwp-invalid-key 2025-03-12 22:00:19 -07:00
github-actions c0348de3db Fetch translations from Crowdin 2025-03-13 00:15:32 +00:00
LibretroAdmin 7e1c036fc0
Merge pull request #17693 from JesseTG/jtg/fix-light-sensor-parsing 2025-03-12 16:43:54 -07:00
LibretroAdmin faae5b1519
Merge pull request #17692 from JoeOsborn/fetch-single-backend 2025-03-12 16:43:40 -07:00
Jesse Talavera a52a63c381 Fix the light sensor reading on Linux input drivers
A previous `errno` was causing `linux_read_illuminance_sensor` to fail despite parsing the returned value correctly
2025-03-12 18:25:21 -04:00
Joseph C. Osborn 525e1cff49 Slightly more informative printf 2025-03-12 15:11:23 -07:00
Joseph C. Osborn 52e2ee9272 add abort in case only one of manifest/base dir defined 2025-03-12 15:10:49 -07:00
Joseph C. Osborn d4d3aee457 Strip newline from base_url, use wasmfs_create_file instead of open
Also style fixes
2025-03-12 15:06:29 -07:00
LibretroAdmin 919868aa0a
Merge pull request #17688 from zoltanvb/changelist_update 2025-03-11 22:02:35 -07:00
github-actions a36e380337 Fetch translations from Crowdin 2025-03-12 00:15:19 +00:00
zoltanvb 5cf14cc14c
Changes up to 2025-03-11 2025-03-11 23:20:48 +01:00
github-actions c94e4cff85 Fetch translations from Crowdin 2025-03-11 00:15:37 +00:00
Joseph C. Osborn 809e5d78be create a single fetchfs backend instead of 1 per file
symlinking manifest entries and using a baseurl gives us a way to
create just a single fetchfs backend (and a single thread) since
emscripten upstream is not willing to integrate manifest support to
fetchfs directly.

Retroarch embedders could use this to get assets or other resources
lazily or chunk-by-chunk for large files.
2025-03-10 15:04:38 -07:00
SternXD 37b349432f
UWP: Update invalid pfx key 2025-03-10 11:24:42 -04:00
SternXD 1761aa0814
UWP: Update x64 Angle Binaries 2025-03-10 11:01:27 -04:00
LibretroAdmin 9e64cce10f
Merge pull request #17678 from warmenhoven/warmenhoven/cloud-ignore 2025-03-10 04:35:37 -07:00
github-actions e7132c1c59 Fetch translations from Crowdin 2025-03-10 00:13:28 +00:00
Eric Warmenhoven 3943f5b6b0 cloud sync: properly handle ignored directories 2025-03-09 18:24:02 -04:00
LibretroAdmin 4c5cf5a8e5
Merge pull request #17671 from zoltanvb/remove_discord_avatar
Remove discord avatar references
2025-03-09 09:17:22 -07:00
zoltanvb 675909333d Remove discord avatar references
These additions were never enabled in current builds, discord
avatar stuff was disabled in #7964.
2025-03-09 09:00:25 +01:00
LibretroAdmin 4b368ae008
Merge pull request #17664 from BinBashBanana/master 2025-03-08 20:24:15 -08:00
github-actions 86800ed493 Fetch translations from Crowdin 2025-03-09 00:13:40 +00:00
github-actions 9cad6dd993 Fetch translations from Crowdin 2025-03-08 00:12:01 +00:00
LibretroAdmin 644fd891d7
Merge pull request #17665 from zoltanvb/android_pause_key
Remove special handling of pause key on Android
2025-03-07 09:21:18 -08:00
github-actions 0868c16564 Fetch translations from Crowdin 2025-03-07 00:15:02 +00:00
BinBashBanana c672730259 address issues 2025-03-06 15:38:40 -08:00
zoltanvb 176247d3bc Remove special handling of pause key 2025-03-06 17:55:37 +01:00
github-actions a6316465a3 Fetch translations from Crowdin 2025-03-06 00:14:36 +00:00
LibretroAdmin 7f1a348d03
Merge pull request #17663 from warmenhoven/warmenhoven/pr/apple-def-avf
apple: make avfoundation camera the default driver
2025-03-05 15:29:23 -08:00
BinBashBanana f6eb1ed5c5 Threaded emscripten improvements 2025-03-05 10:39:43 -08:00
Eric Warmenhoven 733bae3b3a apple: make avfoundation camera the default driver 2025-03-05 10:05:36 -05:00
LibretroAdmin 96a72e834a
Merge pull request #17660 from warmenhoven/warmenhoven/pr/ios9-ci
ios9 ci: move back to run on old xcode version
2025-03-05 06:11:35 -08:00
LibretroAdmin 978c84ee1e
Merge pull request #17662 from zoltanvb/android_game_focus
Fix keyboard_mapping_blocked usage on Android (game focus)
2025-03-05 06:09:02 -08:00
zoltanvb 27b67c1340 Fix keyboard_mapping_blocked usage (game focus) 2025-03-05 06:23:53 +01:00
github-actions eafd46d84e Fetch translations from Crowdin 2025-03-05 00:15:09 +00:00
Eric Warmenhoven 9d4a4e29fc ios9 ci: move back to run on old xcode version 2025-03-04 15:30:33 -05:00
LibretroAdmin 80b62db04e
Merge pull request #17657 from warmenhoven/warmenhoven/pr/apple-avf-camera
apple: enable JoeMatt's avfoundation-based camera driver
2025-03-04 07:32:13 -08:00
LibretroAdmin 9a8035bad1
Merge pull request #17656 from warmenhoven/warmenhoven/pr/macos-flto
macos: compile with -flto
2025-03-04 07:32:05 -08:00