mirror of
https://github.com/libretro/RetroArch
synced 2025-03-19 16:21:30 +00:00
(cheevos.c) Cleanup
This commit is contained in:
parent
6e3d3d94d4
commit
d411bfa5de
@ -2331,12 +2331,12 @@ bool cheevos_toggle_hardcore_mode(void)
|
||||
|
||||
bool cheevos_test(void)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
if (!cheevos_locals.loaded)
|
||||
return false;
|
||||
|
||||
if (!cheats_are_enabled && !cheats_were_enabled)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
if (!settings->cheevos.enable)
|
||||
return false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user