mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 04:21:19 +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);
|
"%s", core_label);
|
||||||
|
|
||||||
/* Fill play time if applicable */
|
/* 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_hours = 0;
|
||||||
unsigned runtime_minutes = 0;
|
unsigned runtime_minutes = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user