If you ever needed to compile Luma, and you would like it to compile the boot.firm out to the sd this is how.
What you need:
Git
Text Editor (Like Notepad or Notepad++)
Knowing how to compile Luma
1. Git clone Luma. (Git Clone https://github.com/AuroraWright/Luma3DS) in the command prompt/terminal
2. Open the makefile in a text editor. (Luma3DS will be in the folder that command prompt/terminal opened it such as C:/Users/Username)
3. Find "dir_out := out" (Should be line 58)...
How to make Luma automatically compile the Boot.firm to the SD.
What you need:
Git
Text Editor (Like Notepad or Notepad++)
Knowing how to compile Luma
1. Git clone Luma. (Git Clone https://github.com/AuroraWright/Luma3DS) in the command prompt/terminal
2. Open the makefile in a text editor. (Luma3DS will be in the folder that command prompt/terminal opened it such as C:/Users/Username)
3. Find "dir_out := out" (Should be line 58)...
How to make Luma automatically compile the Boot.firm to the SD.