overlays: remove unnecessary cast

This commit is contained in:
Megamouse 2025-11-16 20:09:38 +01:00
parent 6a51cd9f7f
commit de914247be

View file

@ -299,7 +299,7 @@ namespace rsx
for (const auto& e : m_glyph_map)
{
if (e.first == unsigned(page_id))
if (e.first == page_id)
{
codepage_cache.page = e.second.get();
break;