mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-29 22:59:49 -06:00
rsx: Add none target to gcm pretty printing
This commit is contained in:
parent
b5add0f027
commit
85cf918aeb
@ -1798,6 +1798,7 @@ namespace rsx
|
||||
{
|
||||
switch (target)
|
||||
{
|
||||
case CELL_GCM_SURFACE_TARGET_NONE: return "none";
|
||||
case CELL_GCM_SURFACE_TARGET_0: return "surface A";
|
||||
case CELL_GCM_SURFACE_TARGET_1: return "surface B";
|
||||
case CELL_GCM_SURFACE_TARGET_MRT1: return "surfaces A and B";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user