mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Small cleanup to cheevos content loading part
This commit is contained in:
parent
181824eb00
commit
8291b18771
@ -742,14 +742,16 @@ static bool content_file_load(
|
||||
if (!special)
|
||||
{
|
||||
const char *content_path = content->elems[0].data;
|
||||
if (!string_is_empty(content_path))
|
||||
{
|
||||
enum rarch_content_type type = path_is_media_type(content_path);
|
||||
|
||||
if (type == RARCH_CONTENT_NONE && !string_is_empty(content_path))
|
||||
if (type == RARCH_CONTENT_NONE)
|
||||
{
|
||||
rcheevos_load(info);
|
||||
else
|
||||
rcheevos_pause_hardcore();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
rcheevos_pause_hardcore();
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user