Stop SetScreenSpaceOffset from spamming log files
This commit is contained in:
parent
e7f65b55f1
commit
70531f6cdb
|
@ -8572,7 +8572,8 @@ VOID WINAPI XTL::EMUPATCH(D3DDevice_SetScreenSpaceOffset)
|
|||
LOG_FUNC_ARG(y)
|
||||
LOG_FUNC_END;
|
||||
|
||||
EmuLog(LOG_LEVEL::WARNING, "EmuD3DDevice_SetScreenSpaceOffset ignored");
|
||||
// No need to log this, it's safe to ignore.
|
||||
//EmuLog(LOG_LEVEL::WARNING, "EmuD3DDevice_SetScreenSpaceOffset ignored");
|
||||
}
|
||||
|
||||
// ******************************************************************
|
||||
|
|
Loading…
Reference in New Issue