Skip to content

Update libretro-common to latest version #105

@JoeMatt

Description

@JoeMatt

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.common for the list)
  • Need to verify our #include usage still matches the updated API
  • Should be tested across all CI platforms (Linux GCC, macOS Clang)

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions