-
Notifications
You must be signed in to change notification settings - Fork 41
Update libretro-common to latest version #105
Copy link
Copy link
Open
Description
Problem
The vendored libretro-common code was last updated in October 2021 (~4.5 years ago). This means we're missing:
- Bug fixes and stability improvements
- New API support (e.g., newer core options API versions)
- Platform compatibility improvements (newer compilers, newer OS versions)
- Security fixes
Proposal
Update the vendored libretro-common/ directory to the latest version from https://github.com/libretro/libretro-common.
Notes
- Only the files we actually use need to be updated (see
Makefile.commonfor the list) - Need to verify our
#includeusage still matches the updated API - Should be tested across all CI platforms (Linux GCC, macOS Clang)
🤖 Generated with Claude Code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels