From 92fa6d9ecad408f0d10cc80df4feaea164752eda Mon Sep 17 00:00:00 2001 From: Luke Usher Date: Thu, 19 Jan 2017 20:47:54 +0000 Subject: [PATCH] Fix compilation caused by the new 5788 pattern (#120) * Fix compilation caused by the new 5788 pattern referencing the now removed XGSwizzle functions. * More of the same * More of the same --- src/CxbxKrnl/HLEDataBase/XG.1.0.5788.inl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CxbxKrnl/HLEDataBase/XG.1.0.5788.inl b/src/CxbxKrnl/HLEDataBase/XG.1.0.5788.inl index 3cf8119b8..0e0860cdf 100644 --- a/src/CxbxKrnl/HLEDataBase/XG.1.0.5788.inl +++ b/src/CxbxKrnl/HLEDataBase/XG.1.0.5788.inl @@ -77,11 +77,11 @@ OOVPA_END; OOVPATable XG_1_0_5788[] = { // XGIsSwizzledFormat (* unchanged since 4361 *) - OOVPA_TABLE_PATCH(XGIsSwizzledFormat_1_0_4361, XTL::EmuXGIsSwizzledFormat), + OOVPA_TABLE_PATCH(XGIsSwizzledFormat_1_0_4361, XTL::EmuXBFormatIsSwizzled), // XGSwizzleRect (* unchanged since 5558 *) - OOVPA_TABLE_PATCH(XGSwizzleRect_1_0_5558, XTL::EmuXGSwizzleRect), + //OOVPA_TABLE_PATCH(XGSwizzleRect_1_0_5558, XTL::EmuXGSwizzleRect), // XGUnswizzleRect (* unchanged since 5558 *) - OOVPA_TABLE_PATCH(XGUnswizzleRect_1_0_5558, XTL::EmuXGUnswizzleRect), + //OOVPA_TABLE_PATCH(XGUnswizzleRect_1_0_5558, XTL::EmuXGUnswizzleRect), // XFONT_OpenBitmapFontFromMemory /* OOVPA_TABLE_PATCH(XFONT_OpenBitmapFontFromMemory_1_0_5788, XTL::EmuXFONT_OpenBitmapFontFromMemory),