Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support loading Zstandard-compressed ROMs #1667

Merged
merged 7 commits into from
Apr 28, 2023
Merged

Commits on Apr 15, 2023

  1. Support loading Zstandard-compressed ROMs

    This is different from the archive support in that the compressed ROMs
    are standalone files, rather than archives, making it possible to use
    them exactly as if they were regular ROMs, while saving a bunch of space
    on disk. This is supported both for DS and GBA ROMs, though given GBA
    ROMs' generally small size it's mostly useful for the former.
    nadiaholmquist committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    e7d2edd View commit details
    Browse the repository at this point in the history
  2. Add missing ifdefs

    nadiaholmquist committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    2cc6aa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e85678 View commit details
    Browse the repository at this point in the history
  4. you need this too??

    nadiaholmquist committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    ea2fc0b View commit details
    Browse the repository at this point in the history
  5. Okay FINE let's use pkg-config then

    what's even the point of find_package when distros don't ship CMake
    scripts for a damn thing
    nadiaholmquist committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    3f61538 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    4846219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cce1fdb View commit details
    Browse the repository at this point in the history