Change XGCompressRect to Unpatched

Since XGCompressRect is unknown of needing to be patch. I'm adding a note about this and change to unpatched declaration.
This commit is contained in:
RadWolfie 2017-10-05 13:15:06 -05:00 committed by Luke Usher
parent a33a0f9a6a
commit 3e826cb4e6
1 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@
// ******************************************************************
// TODO: Known Xgraphics OOVPA issue list
// * 3922 XGCompressRect is XREF in v1 database, any reason for this?
// * 4034 is not verified each OOVPA.
// * Following OOVPA revision are not verified
// * XGCompressRect (4242, 4721, 5028, 5120)
@ -68,7 +69,7 @@
OOVPATable XGRAPHC_OOVPAV2[] = {
REGISTER_OOVPAS(XFONT_OpenBitmapFontFromMemory, XREF, 4361),
REGISTER_OOVPAS(XGCompressRect, XREF, 3911),
REGISTER_OOVPAS(XGCompressRect, UNPATCHED, 3911), // TODO: Do we need to patch this?
REGISTER_OOVPAS(XGIsSwizzledFormat, PATCH, 3911),
REGISTER_OOVPAS(XGSetIndexBufferHeader, XREF, 3911, 4134/*4361*/),
REGISTER_OOVPAS(XGSetTextureHeader, PATCH, 3911),