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

Use decimal numbers instead of hex to specify the APIs to test #107

Closed ergo720 closed 6 days ago

ergo720 commented 4 months ago

In my opinion, it would make more sense to me if the APIs to tests could be specified in decimal instead of hex. That's how they are listed in the xboxdevwiki, and it would also avoid the need for a conversion. Note that, if this is accepted, it will break old config.txt files that still use hex.

RadWolfie commented 4 months ago

I don't mind using either hexadecimal or decimal values for tests/tests-exclude options. Although in my opinion, using decimal is easier and able to follow through like ergo720 said and looking at the nxdk's xboxkrnl.exe.def file as well.