mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 04:20:28 +00:00
correct formatting
This commit is contained in:
parent
ad8f1aaaf6
commit
b58ee6c29d
10
content.c
10
content.c
@ -517,12 +517,12 @@ static bool load_content(const struct retro_subsystem_info *special,
|
|||||||
{
|
{
|
||||||
ret = core.retro_load_game(*content->elems[0].data ? info : NULL);
|
ret = core.retro_load_game(*content->elems[0].data ? info : NULL);
|
||||||
|
|
||||||
#ifdef HAVE_CHEEVOS
|
#ifdef HAVE_CHEEVOS
|
||||||
/* Load the achievements into memory if the game has content. */
|
/* Load the achievements into memory if the game has content. */
|
||||||
|
|
||||||
cheevos_globals.cheats_were_enabled = cheevos_globals.cheats_are_enabled;
|
cheevos_globals.cheats_were_enabled = cheevos_globals.cheats_are_enabled;
|
||||||
cheevos_load(*content->elems[0].data ? info : NULL);
|
cheevos_load(*content->elems[0].data ? info : NULL);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!ret)
|
if (!ret)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user