mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(cheevos.c) Cleanup
This commit is contained in:
parent
6e3d3d94d4
commit
d411bfa5de
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue