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

Implemented tests for RtlMoveMemory and RtlZeroMemory #33

Closed Luca1991 closed 6 years ago

Luca1991 commented 6 years ago

Another two Rtl tests:

XGetTickCount is used as a rand() replacement, since it is missing from nxdk.

Thanks, Luca

PatrickvL commented 6 years ago

Thanks!