mirror of https://github.com/PCSX2/pcsx2.git
GS: Fix Wunused-variable warning.
This commit is contained in:
parent
bbe22f95d1
commit
a06f890ab9
|
@ -1007,7 +1007,6 @@ void GSLocalMemoryFunctions::ReadImageX(const GSLocalMemory& mem, int& tx, int&
|
|||
case PSMZ24:
|
||||
{
|
||||
const int length = len / 3;
|
||||
const int aligned_length = (len + 2) / 3;
|
||||
if ((length * 3) != len)
|
||||
{
|
||||
offset = (len - (length * 3));
|
||||
|
|
Loading…
Reference in New Issue