Disabled D3DDevice_CreatePalette and D3DDevice_CreatePalette2 patches

This commit is contained in:
patrickvl 2018-01-28 18:26:22 +01:00 committed by Luke Usher
parent 7417e1310f
commit 00dae2954f
1 changed files with 2 additions and 2 deletions

View File

@ -8363,7 +8363,7 @@ HRESULT WINAPI XTL::EMUPATCH(D3DDevice_CreatePalette)
X_D3DPalette **ppPalette
)
{
FUNC_EXPORTS
// FUNC_EXPORTS
LOG_FORWARD("D3DDevice_CreatePalette2");
@ -8380,7 +8380,7 @@ XTL::X_D3DPalette * WINAPI XTL::EMUPATCH(D3DDevice_CreatePalette2)
X_D3DPALETTESIZE Size
)
{
FUNC_EXPORTS
// FUNC_EXPORTS
LOG_FUNC_ONE_ARG(Size);