Skip to content

Commit

Permalink
rsx: Silence harmless warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kd-11 committed Jul 6, 2018
1 parent 9a8c3e4 commit 926150b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rpcs3/Emu/RSX/RSXThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 926150b

Please sign in to comment.