mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
ozone: adjust playtime condition
This commit is contained in:
parent
75190c9226
commit
a60cc08063
@ -453,7 +453,7 @@ static void ozone_update_thumbnail_path(void *data, unsigned i, char pos)
|
||||
"%s", core_label);
|
||||
|
||||
/* Fill play time if applicable */
|
||||
if (settings->bools.content_runtime_log)
|
||||
if (settings->bools.content_runtime_log || settings->bools.content_runtime_log_aggregate)
|
||||
{
|
||||
unsigned runtime_hours = 0;
|
||||
unsigned runtime_minutes = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user