This is what I need in my NDS file, in line 399 to 401 of ndstool github devkitPro/ndstool/blob/master/source/ndscreate.cpp
are the sections that add the header. I cannot find any arguments to add the header with Makefile
is there any way to do this?
To clarify: YSMenu and R4.dat (the one that made the b9s card) Kernels have this header and they can be both used as R4.dat on the SD card without the ? MENU error followed you replaced the magic bytes that the R4i Card checks for before booting the kernel. Without this header, on my own homebrew application, I replace the bytes and rename the file to R4.dat and the card boots up saying ERROR in a red SD card shape. At first I thought this was some PALib thing since R4.dat used PALib, but YSMenu has no references to PALib. So I did alot of digging to find ndscreate.cpp which showed where the header was created but I cannot find a way to make that header show up in my NDS binary. Instead I get the standard header
Last edited by Exxod,








