Skip to content

Commit

Permalink
Fix #56
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Sep 5, 2023
1 parent c2ed288 commit 2e41c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libretro/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@ static void melonds::config::set_core_options(
#endif

if (!retro::set_core_options(optionsUs)) {
throw emulator_exception("Failed to set core options");
retro::set_error_message("Failed to set core option definitions, functionality will be limited.");
}
}

Expand Down

0 comments on commit 2e41c70

Please sign in to comment.