You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making the issue here, since libnds has issues blocked.
Hope it's fine!
On DSi, one can reset the cartridge by simply turning off and then on slot 1.
This could be used to improve cardReset, so it works properly on DSi as well.
0x04004012 and 0x04004014 are the registers handling the timeout of these operations, and they can be changed to make the operation faster. http://problemkaputt.de/gbatek-dsi-control-registers-scfg.htm
The text was updated successfully, but these errors were encountered:
I assume you have some code in your project that fixes this, what did you do in the end to get it to work? You could also send a PR and we discuss the changes there.
cardReset() in libnds doesn't really "reset" the cartridge, as that cannot be done on NDS without ejection/reinsertion, while on DSi this requires controlling power to the slot.
Making the issue here, since libnds has issues blocked.
Hope it's fine!
On DSi, one can reset the cartridge by simply turning off and then on slot 1.
This could be used to improve cardReset, so it works properly on DSi as well.
0x04004012 and 0x04004014 are the registers handling the timeout of these operations, and they can be changed to make the operation faster.
http://problemkaputt.de/gbatek-dsi-control-registers-scfg.htm
The text was updated successfully, but these errors were encountered: