diff --git a/Maintaining-OOVPA's-for-HLE-function-detection.md b/Maintaining-OOVPA's-for-HLE-function-detection.md index 20482a8..5230d3a 100644 --- a/Maintaining-OOVPA's-for-HLE-function-detection.md +++ b/Maintaining-OOVPA's-for-HLE-function-detection.md @@ -58,7 +58,7 @@ OOVPA_END; ``` For example ```c -OOVPA_NO_XREF(DirectSoundCreate, 3936, 10) +OOVPA_NO_XREF(DirectSoundCreate, 3936, 10) //(1 xref entry + 9 Offset and Value) // DirectSoundCreate+0x23 : add eax, 8 { 0x23, 0x83 }, @@ -97,7 +97,7 @@ OOVPA_END; ``` For example ```c -OOVPA_XREF(CDirectSoundBuffer_GetStatus, 3936, 10, +OOVPA_XREF(CDirectSoundBuffer_GetStatus, 3936, 10, //(1 xref entry + 9 Offset and Value) XREF_CDirectSoundBuffer_GetStatus, XRefOne)