https://github.com/hartmannaf/arm9loaderhax/blob/bootloader/bootloader/source/main.c#L14Hi RednaxelaNnamtra,
I'm trying to change the file path for boot_config.ini. I did a search string for it in your code, but found nothing. Bootctr defines it in source/main.c:
For example, I modified this when I used Bootctr:
/source/main.c
Code:-#define INI_FILE "/boot_config.ini" +#define INI_FILE "/3ds/boot_config.ini"
Where is the file path for boot_config.ini defined in your fork?











