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

correct BIOS typo in port from Medanfen #15

Merged
merged 1 commit into from Jan 9, 2017
Merged

correct BIOS typo in port from Medanfen #15

merged 1 commit into from Jan 9, 2017

Conversation

markwkidd
Copy link
Contributor

@markwkidd markwkidd commented Jan 9, 2017

In Mednafen standalone, the required BIOS filename for the PC-FX 1.00 BIOS is pcfx.rom.

In the process of porting from standalone to libretro, the MDFN_GetSettingS function was simplified from the original source (which provides settings for all of the systems that Mednafen emulates). Probably due to an errant copy paste or other oversight, the configuration variable name (pcfx.bios) was substituted for the filename (pcfx.rom) in this one line of code affected by the PR.

As a consequence, MDFN_GettingS unintentionally overrides another portion of the libretro port that does show the correct ROM filename: https://github.com/libretro/beetle-pcfx-libretro/blob/master/libretro.cpp#L989

This change would restore the behavior of the upstream code.

There are a few posts which go into more detail about this in the libretro-database Issue tracker: libretro/libretro-database#373 (comment)

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.

None yet

2 participants