Put cheevos_reset_game around HAVE_CHEEVOS ifdef
This commit is contained in:
parent
1a04875a6c
commit
dfc188a7ed
|
@ -356,7 +356,9 @@ bool core_get_system_av_info(struct retro_system_av_info *av_info)
|
|||
bool core_reset(void)
|
||||
{
|
||||
core.retro_reset();
|
||||
#ifdef HAVE_CHEEVOS
|
||||
cheevos_reset_game();
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue