(libnx/lakka switch) Another buildfix

This commit is contained in:
LibretroAdmin 2022-08-27 18:13:53 +02:00
parent ee672bf785
commit 86c22742b3
1 changed files with 1 additions and 1 deletions

View File

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