Should supply a built-in menu that is overrideable by a file on the flash filesystem
Solution
This PR makes the latest built multicart an object that is linked in, and the new loadMenu code attempts to see if a menu file exists in the filesystem. If no, it will load the embedded menu instead.
Steps to Test
1) Flash this firmware
2) Remove multicart.bin from flash over usb.
References
Contributor License Agreement
I, Bradon Kanyid, agree to license my contributions to this project under the terms of the GPL 3.0 or any later version.
Please add your full legal name above, for this PR to be mergeable. If you would prefer to sign a CLA via email, please request that.
Problem
Should supply a built-in menu that is overrideable by a file on the flash filesystem
Solution
This PR makes the latest built multicart an object that is linked in, and the new
loadMenu
code attempts to see if a menu file exists in the filesystem. If no, it will load the embedded menu instead.Steps to Test
1) Flash this firmware 2) Remove multicart.bin from flash over usb.
References
Contributor License Agreement
I,
Bradon Kanyid
, agree to license my contributions to this project under the terms of the GPL 3.0 or any later version.