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

[Libretro] Add game dir as fall back for arcade BIOSes #1728

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

bslenul
Copy link
Contributor

@bslenul bslenul commented Nov 6, 2024

If the BIOS doesn't exist in system/dc/ the core will now check in the game directory as a fall back.

Using g_roms_dir which is initialized in retro_load_game():

snprintf(g_roms_dir, sizeof(g_roms_dir), "%s%c", game_dir, slash);

@flyinghead flyinghead merged commit f892630 into flyinghead:master Nov 6, 2024
15 checks passed
@bslenul bslenul deleted the bios-game-path branch November 6, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants