From 72d12e2f3495abbe5aa62bbc0e6ef45e2e089fe0 Mon Sep 17 00:00:00 2001 From: Fledge68 Date: Thu, 21 Oct 2021 17:40:17 -0500 Subject: [PATCH] Created Source Menu Stuff (markdown) --- Source-Menu-Stuff.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Source-Menu-Stuff.md diff --git a/Source-Menu-Stuff.md b/Source-Menu-Stuff.md new file mode 100644 index 0000000..1f7fdfd --- /dev/null +++ b/Source-Menu-Stuff.md @@ -0,0 +1,23 @@ +## Autoboot Feature + +Each source menu button can be set to autoboot a game, homebrew app, or plugin rom/movie/song. + +Just add autoboot=x to the source button. + +For Wii, GC, and Channels set x to the game ID + +For Homebrew apps set x to the folder name or if you use custom titles use the custom title. + +For plugins set x to the roms filename or if you use custom titles use the custom title or if you are using the plugins database title use it. If unsure then browse your covers and then note the title that appears with that cover and that will be the one to use. + +Here's an example of autobooting the homebrew app WiiMC: (note WiiMC must be in your Homebrew coverflow list) + +[BUTTON_3] +image=Homebrew.png +image_s=Homebrewb.png +title=WiiMC +source=homebrew +autoboot=wiimc + +now when you click that button/cover in source menu/flow it will auto boot the wiimc app. +