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
This commit is contained in:
Luke Usher 2017-01-19 20:47:54 +00:00 committed by GitHub
parent 7118bdcd16
commit 92fa6d9eca
1 changed files with 3 additions and 3 deletions

View File

@ -77,11 +77,11 @@ OOVPA_END;
OOVPATable XG_1_0_5788[] = { OOVPATable XG_1_0_5788[] = {
// XGIsSwizzledFormat (* unchanged since 4361 *) // 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 *) // 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 *) // XGUnswizzleRect (* unchanged since 5558 *)
OOVPA_TABLE_PATCH(XGUnswizzleRect_1_0_5558, XTL::EmuXGUnswizzleRect), //OOVPA_TABLE_PATCH(XGUnswizzleRect_1_0_5558, XTL::EmuXGUnswizzleRect),
// XFONT_OpenBitmapFontFromMemory // XFONT_OpenBitmapFontFromMemory
/* /*
OOVPA_TABLE_PATCH(XFONT_OpenBitmapFontFromMemory_1_0_5788, XTL::EmuXFONT_OpenBitmapFontFromMemory), OOVPA_TABLE_PATCH(XFONT_OpenBitmapFontFromMemory_1_0_5788, XTL::EmuXFONT_OpenBitmapFontFromMemory),