Malor wrote: ↑Sun Feb 05, 2023 2:16 am
Out of interest, what does MGL mean in that context? I'm trying to parse it, and am failing completely.
https://mister-devel.github.io/MkDocs_M ... anced/mgl/
'MGL Files
MGL files are used as a custom method to load games directly from the MiSTer FPGA's Menu core.
They can be placed in the root of the SD card to show up in the top of the menu, or in a menu folder. A menu folder is a regular folder with an underscore (_) in front that will display in the menu. You can create your own menu folders.
Not all cores support MGL files, though all the most popular cores do. Console support is good, but computer cores generally don't work well with them, unless they have some mechanism to auto-boot a loaded game.
MGL Format
MGLs are simple XML files with the file extension .mgl. Whatever name you give to an MGL file (excluding the extension) is what will be shown for its entry in the menu. E.g. My Favorite Game.mgl will display in the menu as My Favorite Game.'