mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-27 16:51:24 +00:00
Clear memory config when loading a game
This commit is contained in:
parent
339e90a1dc
commit
ee3a61d805
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user