1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00

change to log_warning

This commit is contained in:
raven02 2014-12-29 06:43:29 +08:00
parent 24a19a0dd9
commit 19e1631697

View File

@ -1801,7 +1801,7 @@ void RSXThread::DoCmd(const u32 fcmd, const u32 cmd, const u32 args_addr, const
case CELL_GCM_ZCULL_STATS2:
case CELL_GCM_ZCULL_STATS3:
value = 0;
LOG_ERROR(RSX, "NV4097_GET_REPORT: Unimplemented type %d", type);
LOG_WARNING(RSX, "NV4097_GET_REPORT: Unimplemented type %d", type);
break;
default: