[dxbc] Fix incorrect error message

This commit is contained in:
Philip Rebohle 2019-01-08 00:44:56 +01:00
parent 70ebc082b3
commit 9890b87225
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 1 additions and 1 deletions

View File

@ -5999,7 +5999,7 @@ namespace dxvk {
DxbcRegMask mask,
const DxbcRegisterValue& value) {
Logger::warn(str::format(
"DxbcCompiler: Unhandled GS SV output: ", sv));
"DxbcCompiler: Unhandled PS SV output: ", sv));
}