Skip to content

Commit

Permalink
GSClut: Fix Wsign-compare warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningterror committed Oct 26, 2022
1 parent 8771d3b commit c99714d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/GS/GSClut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void GSClut::Invalidate()

void GSClut::InvalidateRange(u32 start_block, u32 end_block)
{
int blocks = 4;
u32 blocks = 4;

if (GSLocalMemory::m_psm[m_write.TEX0.CPSM].bpp == 16)
blocks >>= 1;
Expand Down

0 comments on commit c99714d

Please sign in to comment.