Merge pull request #941 from otnert/removemessa

Remove D3D_BlockOnTime EmuWarning
This commit is contained in:
PatrickvL 2018-02-24 07:40:12 +01:00 committed by GitHub
commit c27d3fe403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -8394,12 +8394,11 @@ void WINAPI XTL::EMUPATCH(D3D_BlockOnTime)( DWORD Unknown1, int Unknown2 )
LOG_FUNC_ARG(Unknown2)
LOG_FUNC_END;
// NOTE: This function is not meant to me emulated. Just use it to find out
// NOTE: This function is not meant to be emulated. Just use it to find out
// the function that is calling it, and emulate that instead!!! If necessary,
// create an XRef...
//__asm int 3;
EmuWarning("D3D::BlockOnTime not implemented (tell blueshogun)");
LOG_UNIMPLEMENTED();
}