I'm sure. I even tested CPAD support. None of it works on mine.Are you sure you changed your boot_config.ini file to use KEY_DUP instead of KEY_UP, KEY_DDOWN instead of KEY_DOWN, etc.? Because it is working for me.
I'm sure. I even tested CPAD support. None of it works on mine.Are you sure you changed your boot_config.ini file to use KEY_DUP instead of KEY_UP, KEY_DDOWN instead of KEY_DOWN, etc.? Because it is working for me.
Well, it works for me. Maybe I compressed the wrong file?I'm sure. I even tested CPAD support. None of it works on mine.
[KEY_DUP]
path = /whatever.3dsx
debug = 1
This one fixed it. Sorta. Good enough at least. The rest is probably on me.Well, it works for me. Maybe I compressed the wrong file?
Anyway, in attachment is included I file that I just compiled, tested it and it works.
If it still does not work the problem is in your side. You can try to set "debug = 1" in any entry using DPAD.
Code:[KEY_UP] path = /whatever.3dsx debug = 1
It will show for you the current entry in the 3DS top screen. See if everything is wrong, and if you want you can post a photo showing your entry to me.
This one fixed it. Sorta. Good enough at least. The rest is probably on me.
I got that bit. By the way, it seems to use some settings from the default if you don't overwrite them.FYI, it is [KEY_DUP] and not [KEY_UP]. I typed wrong.
I got that bit. By the way, it seems to use some settings from the default if you don't overwrite them.
;[DEFAULT]is the option that is used if you don't press anything.
;This section is actually special, since what is defined in here will be
;the default for any other section (except for "payload" option, that is
;only valid per section).
Oh ok. My bad. payload = 0 seems to be (sorta?) broken though.Well, this is documented:
Code:;[DEFAULT]is the option that is used if you don't press anything. ;This section is actually special, since what is defined in here will be ;the default for any other section (except for "payload" option, that is ;only valid per section).
This is because you can set a global option, like delay, to 0, and every option will use it.
Why you say? payload = 0 only makes sense for .3dsx files.Oh ok. My bad. payload = 0 seems to be (sorta?) broken though.
I know. However, I forgot to turn off debug in my default, and I noticed that even if you set payload = 0, it still uses payload = -1. And yes, I'm using this for a .3dsx file.Why you say? payload = 0 only makes sense for .3dsx files.
Fixed, however I removed the whole "[DEFAULT] override other settings" to fix it (I could fix it other way, however this seemed simpler and actually the override default settings does not makes sense anymore).I know. However, I forgot to turn off debug in my default, and I noticed that even if you set payload = 0, it still uses payload = -1. And yes, I'm using this for a .3dsx file.
--------------------- MERGED ---------------------------
And it seems to fail to boot CTRXplorer.
And it seems to fail to boot CTRXplorer.
Please test with version 1.2.1. This may be the fault of the code that I removed from boot.c.
Should be fixed now. If there is no more issues this should be release v1.5.Can confirm. Boots on 1.2.1, not on 1.4
Read the included boot_config.ini file. However, basically is something like this:I don't understand how to add entry...
[KEY_R]
path = /whatever/file.3dsx
Yes you can.Oh ok thanks!
--------------------- MERGED ---------------------------
Can I delete the text on the config.ini and just add the key?