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

Remove is_emu variable #64

Closed ergo720 closed 4 years ago

ergo720 commented 4 years ago

This changes were tested on both my Xbox and with https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/commit/08691c24e17f48e7cecc839fb4a7fd6543d332c5. I used two config.txt files: the first was empty (thus specifying no tests) and the other specified tests 1, 25, 3, F. Both were successful, that is they ran all tests and ran only test 1 (because tests 25, 3 and F don’t exist/are disabled). Based on this, the is_emu variable is no longer needed and this PR removes it.