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

Open config.txt on real hardware and allow to only define is_emu in config.txt #15

Closed Fisherman166 closed 6 years ago

Fisherman166 commented 6 years ago

First, the function that was being used to find the config.txt file was returning an empty string. That functionality will need to be fixed later. However, on real hardware, it is possible to open a file in the same directory as the .xbe by just opening 'config.txt'. This will work on real hardware only, so is_emu=1 is set by default. To run on real hardware, a config.txt file must be supplied which sets is_emu=0.

Second, it was not possible to only specify an is_emu value in the config.txt file. If only the is_emu value is supplied, the test suite will run all tests.