From b57a2299c5b132316c59f71a31eaa507c4a374ef Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Tue, 5 Sep 2017 19:12:23 -0500 Subject: [PATCH] Updated Maintaining OOVPA's for HLE function detection (markdown) --- Maintaining-OOVPA's-for-HLE-function-detection.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Maintaining-OOVPA's-for-HLE-function-detection.md b/Maintaining-OOVPA's-for-HLE-function-detection.md index 3cc8763..20482a8 100644 --- a/Maintaining-OOVPA's-for-HLE-function-detection.md +++ b/Maintaining-OOVPA's-for-HLE-function-detection.md @@ -82,8 +82,11 @@ OOVPA_END; - OOVPA_XREF, doing this method will greatly decrease false detection over time. Plus ability to support earlier and later XDK builds. Unless something has changed over several XDK builds later. ```c OOVPA_XREF(/*Name of a function or address*/, /*XDK version*/,/*Total of "offset, value" array*/, + /*Name of this OOVPA reference, see XRefDataBaseOffset enum for usage.*/, - /*Total of "XREF_ENTRY" used at the very top usage only. It cannot be in random location or will screw up the scan method you expect it to do.*/) + + /*Total of "XREF_ENTRY" used at the very top usage only. + It cannot be in random location or will screw up the scan method you expect it to do.*/) // { Offset, XRefDataBaseOffset value }, //...