EmuXB2PC_D3DFormat warning with prefix and newline.
This commit is contained in:
parent
1b7049dc6c
commit
ec58d48b2f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue