rsx/overlays: Fix clang build

This commit is contained in:
kd-11 2026-03-16 02:33:14 +03:00 committed by kd-11
parent a318384142
commit 4780e7c8da

View file

@ -140,7 +140,7 @@ namespace rsx
const auto current = fmt::format("%s", setting->get());
const auto list = setting->to_list();
for (s32 index = 0; index <= list.size(); ++index)
for (s32 index = 0; index <= static_cast<s32>(list.size()); ++index)
{
if (list[index] != current)
{