(libnx/lakka switch) Another buildfix

This commit is contained in:
LibretroAdmin 2022-08-27 18:13:53 +02:00
parent ee672bf785
commit 86c22742b3

View File

@ -11522,7 +11522,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
"Current profile: %s", current_profile);
#else
u32 currentClock = 0;
if (hosversionBefore(8, 0, 0, NULL))
if (hosversionBefore(8, 0, 0))
pcvGetClockRate(PcvModule_CpuBus, &currentClock);
else
{