For the less tech savvy among us that haven't thought about using a symbolic link in order to reach their gameboy roms automatically instead of having to go up a directory to access the GAMEBOY folder each time when using the Super Gameboy core, here is a short guide for you:
If you keep your Super Gameboy sfc files in your SGB folder transfer them to the GAMEBOY folder within /media/fat/games/GAMEBOY/ and empty its contents and delete it (if you do this now you may skip step 5).
Plug in a keyboard into your MiSTer
Press the F9 key
Enter root as your username and 1 as the password
Delete the SGB folder if you haven't already
Code: Select all
rmdir /media/fat/games/SGB/
it will complain if you have files in there in which case (making certain there's nothing in SGB that you care to save):
Code: Select all
rm /media/fat/games/SGB/* rmdir /media/fat/games/SGB/
Enter the command
Code: Select all
ln -s /media/fat/games/GAMEBOY/ /media/fat/games/SGB
then enter:
Code: Select all
exit
and reset your MiSTer
Voila! Your SGB folder is now a soft link to the GAMEBOY folder and you can access your romlist directly from the SGB core without going through extra key presses now!
I think you can do this remotely with curl but I don't know how Can someone post how to in this thread?