mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-17 07:50:13 +00:00
change to log_warning
This commit is contained in:
parent
24a19a0dd9
commit
19e1631697
1 changed files with 1 additions and 1 deletions
|
@ -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_STATS2:
|
||||||
case CELL_GCM_ZCULL_STATS3:
|
case CELL_GCM_ZCULL_STATS3:
|
||||||
value = 0;
|
value = 0;
|
||||||
LOG_ERROR(RSX, "NV4097_GET_REPORT: Unimplemented type %d", type);
|
LOG_WARNING(RSX, "NV4097_GET_REPORT: Unimplemented type %d", type);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue