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

fix: don't double-load chd files for chd-based items #109

Merged
merged 2 commits into from
Oct 1, 2023

Commits on Oct 1, 2023

  1. fix: don't double-load files for MAME items

    This prevents us from loading a file as both a driver and a game file,
    preventing double-loading .chd files when `meta.emulator_ext` is `chd`.
    
    In these cases, it appears that the files aren't needed as driver files,
    so we can safely just load them as game files and ignore the duplicates
    we'd get by loading all .chd files as drivers.
    aschmitz committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    4739da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfc5402 View commit details
    Browse the repository at this point in the history