Clear memory config when loading a game

This commit is contained in:
Jesse Talavera-Greenberg 2023-06-01 17:18:19 -04:00
parent 339e90a1dc
commit ee3a61d805

View File

@ -313,6 +313,7 @@ PUBLIC_SYMBOL void retro_reset(void) {
}
static bool melonds::load_game(unsigned type, const struct retro_game_info *info) {
melonds::clear_memory_config();
using retro::environment;
using retro::log;