SciresM / boot9strap

Boot9/Boot11 code execution.
GNU General Public License v3.0
944 stars 64 forks source link

Enable loading & deleting "bootonce.firm" from SD card #3

Closed d0k3 closed 7 years ago

d0k3 commented 7 years ago

This is useful for FIRM loaders from userland, for example (which is the reason behind this pull request for me) A9NC or for @Ord1m3n's A9SP (ARM9 shortcut project).

You may not want this in there, which I'd understand, cause trying to locate another file may be detrimental on boot times. However, you could just disable the define, as you see nothing else in the code is changed. I'm also open to changing this pull request any way you want it, and you can of course not take it at all with no offense taken on my side.

However, keeping this in here, even in disabled state, would be pretty helpful to me and maybe others, too, as I would not require patches in future releases and could just reenable the define.

d0k3 commented 7 years ago

Outdated, closed.