rsx: Silence harmless warning

This commit is contained in:
kd-11 2018-07-06 16:12:59 +03:00 committed by kd-11
parent d78957d1cf
commit 4d40ed9dbd

View File

@ -1676,6 +1676,11 @@ namespace rsx
{
switch (format)
{
case CELL_GCM_TEXTURE_X16:
{
// NOP, a simple way to quickly read DEPTH16 data without shadow comparison
break;
}
case CELL_GCM_TEXTURE_A8R8G8B8:
case CELL_GCM_TEXTURE_D8R8G8B8:
case CELL_GCM_TEXTURE_A4R4G4B4: //TODO