diff options
Diffstat (limited to 'Ryujinx.Graphics.Host1x/Host1xDevice.cs')
-rw-r--r-- | Ryujinx.Graphics.Host1x/Host1xDevice.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Host1x/Host1xDevice.cs b/Ryujinx.Graphics.Host1x/Host1xDevice.cs index 6406378f..7f6cef62 100644 --- a/Ryujinx.Graphics.Host1x/Host1xDevice.cs +++ b/Ryujinx.Graphics.Host1x/Host1xDevice.cs @@ -104,7 +104,7 @@ namespace Ryujinx.Graphics.Host1x DeviceWrite(_offset, data); break; default: - Logger.PrintError(LogClass.Host1x, $"Unsupported opcode \"{opCode}\"."); + Logger.Error?.Print(LogClass.Host1x, $"Unsupported opcode \"{opCode}\"."); break; } } |