early-access version 1974

This commit is contained in:
pineappleEA
2021-08-07 22:35:55 +02:00
parent f487c5cecc
commit 411aeec047
27 changed files with 226 additions and 143 deletions

View File

@@ -39,7 +39,7 @@ void Nvdec::Execute() {
codec->Decode();
break;
default:
UNIMPLEMENTED_MSG("Unknown codec {}", static_cast<u32>(codec->GetCurrentCodec()));
UNIMPLEMENTED_MSG("Codec {}", codec->GetCurrentCodecName());
break;
}
}