mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
rsx: Silence harmless warning
This commit is contained in:
parent
d78957d1cf
commit
4d40ed9dbd
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue