Stop SetScreenSpaceOffset from spamming log files

This commit is contained in:
Luke Usher 2019-03-27 23:19:06 +00:00 committed by RadWolfie
parent e7f65b55f1
commit 70531f6cdb
1 changed files with 2 additions and 1 deletions

View File

@ -8572,7 +8572,8 @@ VOID WINAPI XTL::EMUPATCH(D3DDevice_SetScreenSpaceOffset)
LOG_FUNC_ARG(y) LOG_FUNC_ARG(y)
LOG_FUNC_END; 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");
} }
// ****************************************************************** // ******************************************************************