Oops, disabled OOVPA registrations shouldn't reference the EmuPatch
This commit is contained in:
parent
f450ed5ebe
commit
656bed2660
|
@ -224,7 +224,7 @@ const uint16_t Flag_Reserved = 4;
|
||||||
|
|
||||||
#define DISABLED /* registration is (temporarily) disabled by a flag */
|
#define DISABLED /* registration is (temporarily) disabled by a flag */
|
||||||
#define REGISTER_OOVPA_DISABLED(Symbol, Version, ...) \
|
#define REGISTER_OOVPA_DISABLED(Symbol, Version, ...) \
|
||||||
OOVPA_TABLE_ENTRY_FULL(Symbol, XTL::EMUPATCH(Symbol), #Symbol ## "_" ## #Version ## " (Disabled)", Version, Flag_DontScan)
|
OOVPA_TABLE_ENTRY_FULL(Symbol, nullptr, #Symbol ## "_" ## #Version ## " (Disabled)", Version, Flag_DontScan)
|
||||||
|
|
||||||
|
|
||||||
#pragma pack()
|
#pragma pack()
|
||||||
|
|
Loading…
Reference in New Issue