I would like to change the path to where the payload looks for boot.3dsx. I got stuck the last time I tried to build ninjhax 2.x because the script started calling windows executables.
ninjhax2.x/app_bootloader/source/main.c
I want to change the above to:
ninjhax2.x/app_bootloader/source/main.c
Code:
FS_path filePath = (FS_path){PATH_CHAR, 11, (u8*)"/boot.3dsx"};
Code:
FS_path filePath = (FS_path){PATH_CHAR, 23, (u8*)"/luma/system/boot.3dsx"};







