mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-18 04:21:00 +00:00
rsx: Silence harmless warning
This commit is contained in:
parent
d78957d1cf
commit
4d40ed9dbd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user