EmuXB2PC_D3DFormat warning with prefix and newline.

This commit is contained in:
patrickvl 2018-03-25 15:54:32 +02:00 committed by PatrickvL
parent 1b7049dc6c
commit ec58d48b2f
1 changed files with 1 additions and 1 deletions

View File

@ -1037,7 +1037,7 @@ XTL::D3DFORMAT XTL::EmuXB2PC_D3DFormat(X_D3DFORMAT Format)
{
const FormatInfo *info = &FormatInfos[Format];
if (info->warning != nullptr) {
DbgPrintf("%s", info->warning);
DbgPrintf("EmuXB2PC_D3DFormat %s\n", info->warning);
}
return info->pc;