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

fixed issue #14 #19

Closed Luca1991 closed 6 years ago

Luca1991 commented 6 years ago

First of all: F*CK I've spent too much time in this very stupid issue :disappointed:

I was convinced that I had to call XConvertDOSFilenameToXBOX in order to get a valid path to pass to XCreateFile. I was wrong... Eventually I've found this https://github.com/xqemu/nxdk/blob/576b18271927715e6c088f68186e4622f5a0bbc6/lib/mesh/mesh.c#L69 and this https://github.com/xqemu/nxdk/blob/576b18271927715e6c088f68186e4622f5a0bbc6/lib/mesh/mesh.c#L85

Well, at least this is now sorted out.