Skip to content

Commit

Permalink
Merge pull request #215 from RadWolfie/fixup-unittest
Browse files Browse the repository at this point in the history
Fix UnitTest XONLINES verification for title(s) compiled with 4721 build
  • Loading branch information
RadWolfie authored Dec 1, 2024
2 parents 3086717 + 183057c commit 7b9e2d4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
1 change: 1 addition & 0 deletions src/OOVPADatabase/DSound_OOVPA.inl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// * [4432] RedCard 2003 | 100% | Contain full library.
// * [4432] Madden NFL 2003 | 100% | Contain full library.
// * [4627] MLB SlugFest 2003 | 100% | Contain full library.
// * [4721] NFL 2K3 | 100% | Contain full library.
// * [4721] Terminator Dawn of Fate | 100% | Contain full library.
// * [4831] Whacked! | 100% | Contain full library.
// * [4928] Drihoo | 100% | Contain full library.
Expand Down
3 changes: 2 additions & 1 deletion src/OOVPADatabase/XOnline_OOVPA.inl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// Titles which did compiled with full library version
// [LibV] Title Name | Verify | Comments
//-------------------------------------------------------------------
// * [4831] NBA2K3 | 100% | Contain full library.
// * [4721] NFL 2K3 | 100% | Contain full library.
// * [4831] NBA 2K3 | 100% | Contain full library.
// * [4831] Whacked Demo | 100% | Contain full library.
// * [4928] Unreal Championship | 100% | Contain full library.
// * [5028] Capcom vs. SNK 2 EO | 100% | Contain full library.
Expand Down
20 changes: 10 additions & 10 deletions src/test/libverify/XONLINE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
static const library_list database_full = {
REGISTER_SYMBOL_INLINE(CXo_XOnlineLogon, VER_RANGE(4361)),
REGISTER_SYMBOL_INLINE(XOnlineLogon, VER_RANGE(4361)),
REGISTER_SYMBOL_INLINE(CXo_XOnlineMatchSearch, VER_RANGE(4831)),
REGISTER_SYMBOL_INLINE(XOnlineMatchSearch, VER_RANGE(4831)),
REGISTER_SYMBOL_INLINE(CXo_XOnlineMatchSearchResultsLen, VER_RANGE(4831)),
REGISTER_SYMBOL_INLINE(XOnlineMatchSearchResultsLen, VER_RANGE(4831)),
REGISTER_SYMBOL_INLINE(CXo_XOnlineMatchSearchGetResults, VER_RANGE(4831)),
REGISTER_SYMBOL_INLINE(XOnlineMatchSearchGetResults, VER_RANGE(4831)),
REGISTER_SYMBOL_INLINE(CXo_XOnlineMatchSessionUpdate, VER_RANGE(4831)),
REGISTER_SYMBOL_INLINE(XOnlineMatchSessionUpdate, VER_RANGE(4831)),
REGISTER_SYMBOL_INLINE(CXo_XOnlineMatchSessionCreate, VER_RANGE(4831)),
REGISTER_SYMBOL_INLINE(XOnlineMatchSessionCreate, VER_RANGE(4831)),
REGISTER_SYMBOL_INLINE(CXo_XOnlineMatchSearch, VER_RANGE(4721)),
REGISTER_SYMBOL_INLINE(XOnlineMatchSearch, VER_RANGE(4721)),
REGISTER_SYMBOL_INLINE(CXo_XOnlineMatchSearchResultsLen, VER_RANGE(4721)),
REGISTER_SYMBOL_INLINE(XOnlineMatchSearchResultsLen, VER_RANGE(4721)),
REGISTER_SYMBOL_INLINE(CXo_XOnlineMatchSearchGetResults, VER_RANGE(4721)),
REGISTER_SYMBOL_INLINE(XOnlineMatchSearchGetResults, VER_RANGE(4721)),
REGISTER_SYMBOL_INLINE(CXo_XOnlineMatchSessionUpdate, VER_RANGE(4721)),
REGISTER_SYMBOL_INLINE(XOnlineMatchSessionUpdate, VER_RANGE(4721)),
REGISTER_SYMBOL_INLINE(CXo_XOnlineMatchSessionCreate, VER_RANGE(4721)),
REGISTER_SYMBOL_INLINE(XOnlineMatchSessionCreate, VER_RANGE(4721)),
REGISTER_SYMBOLS(XoUpdateLaunchNewImageInternal,
REGISTER_SYMBOL(XoUpdateLaunchNewImageInternal_12, VER_RANGE(4627, 5028)),
REGISTER_SYMBOL(XoUpdateLaunchNewImageInternal_16, VER_RANGE(5028))),
Expand Down

0 comments on commit 7b9e2d4

Please sign in to comment.