mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 13:20:57 +00:00
hardcore mode is not dependent on having achievement data
This commit is contained in:
parent
0d284c42bc
commit
939770929f
@ -1450,6 +1450,7 @@ static int rcheevos_iterate(rcheevos_coro_t* coro)
|
||||
}
|
||||
|
||||
CHEEVOS_LOG(RCHEEVOS_TAG "this game doesn't feature achievements\n");
|
||||
rcheevos_hardcore_paused = true;
|
||||
CORO_STOP();
|
||||
|
||||
found:
|
||||
@ -1503,6 +1504,8 @@ found:
|
||||
"This game has no achievements.",
|
||||
0, 5 * 60, false, NULL, MESSAGE_QUEUE_ICON_DEFAULT, MESSAGE_QUEUE_CATEGORY_INFO);
|
||||
|
||||
rcheevos_hardcore_paused = true;
|
||||
|
||||
CORO_STOP();
|
||||
}
|
||||
|
||||
|
@ -25719,7 +25719,7 @@ static enum runloop_state runloop_check_state(void)
|
||||
#ifdef HAVE_CHEEVOS
|
||||
rcheevos_hardcore_active = settings->bools.cheevos_enable
|
||||
&& settings->bools.cheevos_hardcore_mode_enable
|
||||
&& rcheevos_loaded && !rcheevos_hardcore_paused;
|
||||
&& !rcheevos_hardcore_paused;
|
||||
|
||||
if (rcheevos_hardcore_active && rcheevos_state_loaded_flag)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user