diff --git a/core_impl.c b/core_impl.c index 3fe06e0e66..80dfca7287 100644 --- a/core_impl.c +++ b/core_impl.c @@ -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; }