hookup reset and unload

This commit is contained in:
radius 2017-10-15 18:08:31 -05:00 committed by Lior Halphon
parent 32e4d705c6
commit f1bcddf421
1 changed files with 2 additions and 2 deletions

View File

@ -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)