Add PSMZ16S in switch.

This commit is contained in:
Jean-Philip Desjardins 2016-09-25 21:30:42 -04:00
parent e5a0d26645
commit 138a8b8a8f

View File

@ -142,6 +142,7 @@ std::pair<uint32, uint32> CGsPixelFormats::GetPsmPageSize(unsigned int psm)
case CGSHandler::PSMZ16:
return std::make_pair(CGsPixelFormats::STORAGEPSMCT16::PAGEWIDTH, CGsPixelFormats::STORAGEPSMCT16::PAGEHEIGHT);
case CGSHandler::PSMCT16S:
case CGSHandler::PSMZ16S:
return std::make_pair(CGsPixelFormats::STORAGEPSMCT16S::PAGEWIDTH, CGsPixelFormats::STORAGEPSMCT16S::PAGEHEIGHT);
case CGSHandler::PSMT8:
return std::make_pair(CGsPixelFormats::STORAGEPSMT8::PAGEWIDTH, CGsPixelFormats::STORAGEPSMT8::PAGEHEIGHT);