issues
search
Cxbx-Reloaded
/
xbox_kernel_test_suite
Xbox kernel APIs tester written using nxdk
GNU General Public License v3.0
22
stars
6
forks
source link
Misc Minor Fixes
#84
Closed
RadWolfie
closed
11 months ago
RadWolfie
commented
11 months ago
The following fixes are:
print "end of tests" to ensure there is no issue with any tests performed. (such as deadlock, crash, etc)
On compilation, there are several warnings reported. Now there are no warnings reported.
Update AvGetSavedDataAddress test to save and restore previous value. Plus replace custom message to GEN_CHECK macro.
Fix red underline from Visual Studio Code's editor view for not using proper includes.
Clarify what is used from global header file.
The following fixes are: