From 96925bc97dc89c5797b1435d24c28fbb537ff3e6 Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Wed, 20 Sep 2017 10:05:59 +0100 Subject: [PATCH] Oops: Device_End is a required patch for HLE as it processes draw comments --- src/CxbxKrnl/EmuD3D8.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CxbxKrnl/EmuD3D8.cpp b/src/CxbxKrnl/EmuD3D8.cpp index d5768f2de..5e64eeda0 100644 --- a/src/CxbxKrnl/EmuD3D8.cpp +++ b/src/CxbxKrnl/EmuD3D8.cpp @@ -4864,7 +4864,7 @@ VOID WINAPI XTL::EMUPATCH(D3DDevice_SetVertexDataColor) // ****************************************************************** VOID WINAPI XTL::EMUPATCH(D3DDevice_End)() { - //FUNC_EXPORTS + FUNC_EXPORTS LOG_FUNC();