mirror of https://github.com/bsnes-emu/bsnes.git
hookup reset and unload
This commit is contained in:
parent
32e4d705c6
commit
f1bcddf421
|
@ -231,7 +231,7 @@ void retro_set_video_refresh(retro_video_refresh_t cb)
|
||||||
|
|
||||||
void retro_reset(void)
|
void retro_reset(void)
|
||||||
{
|
{
|
||||||
|
GB_reset(&gb);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void check_variables(void)
|
static void check_variables(void)
|
||||||
|
@ -418,7 +418,7 @@ bool retro_load_game(const struct retro_game_info *info)
|
||||||
|
|
||||||
void retro_unload_game(void)
|
void retro_unload_game(void)
|
||||||
{
|
{
|
||||||
|
GB_free(&gb);
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned retro_get_region(void)
|
unsigned retro_get_region(void)
|
||||||
|
|
Loading…
Reference in New Issue