diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/command_classes/nvdec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/command_classes/nvdec.cpp b/src/video_core/command_classes/nvdec.cpp index b5e3b70fc..b5c55f14a 100644 --- a/src/video_core/command_classes/nvdec.cpp +++ b/src/video_core/command_classes/nvdec.cpp | |||
| @@ -39,7 +39,7 @@ void Nvdec::Execute() { | |||
| 39 | codec->Decode(); | 39 | codec->Decode(); |
| 40 | break; | 40 | break; |
| 41 | default: | 41 | default: |
| 42 | UNIMPLEMENTED_MSG("Unknown codec {}", static_cast<u32>(codec->GetCurrentCodec())); | 42 | UNIMPLEMENTED_MSG("Codec {}", codec->GetCurrentCodecName()); |
| 43 | break; | 43 | break; |
| 44 | } | 44 | } |
| 45 | } | 45 | } |