Skip to content

Commit

Permalink
Merge pull request #15 from markwkidd/patch-1
Browse files Browse the repository at this point in the history
correct BIOS typo in port from Medanfen standalone
  • Loading branch information
inactive123 committed Jan 9, 2017
2 parents 25a083d + 1a76f2a commit edbd5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mednafen/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ extern std::string retro_base_name;
std::string MDFN_GetSettingS(const char *name)
{
if (!strcmp("pcfx.bios", name))
return std::string("pcfx.bios");
return std::string("pcfx.rom");
if (!strcmp("pcfx.fxscsi", name))
return std::string("pcfx.fxscsi");
/* FILESYS */
Expand Down

0 comments on commit edbd5e7

Please sign in to comment.