[PLUGIN]
magic=46434555//This is the magic number for the plugin. Each plugin has it's own unique 8 digit hexadecimal magic number. Each pair of hex digits are the ASCII value of a character so you end up with a four character ID.
Snes9xGX 4.2.8 Cover v4 VBA-GX 2.2.2 Cover v2 - Fixed covers directory no being saved in both emulators. Unless there are huge bugs, these are the last versions that I'll release. I don't think it's worth adding game info feature in the other two emu. Install the module, servo amplifier, servomotor and regenerative resistor on incombustible. Installing them directly or close to combustibles will lead to fire. If a fault occurs in the module or servo amplifier, shut the power OFF at the servo amplifier's power source. If a large current continues to flow, fire may occur.
You can use this Hex to ASCII converter to see what the magic number really is. Set delimit to nothing.46 = f, 43 = c, 45 = e, 55=u (46434555 = fceu)
arguments={device}:/{path}|{name}|{loader} //This is the arguments sent to the plugin app itself. For more than one argument a '|' is used to separate them and when words are in between { and } wiiflow knows to get that info and put it in place of that word. So {device} would be SD or USB for example.
coverColor=ff0000//This is the cover spine color in hexadecimal of the games that use this plugin. So you can tell the difference between SNES games and SEGA games for example. There are only six choices - ff0000 red, 000000 black, ffffff white, fcff00 yellow, 01a300 green, and 00E360 green 2.
coverFolder=fceugx//This is the folder where your covers will be kept. This folder should be in root:/wiiflow/boxcovers/ or root:/wiiflow/covers/. So in this example your NES full covers will go in root:/wiiflow/boxcovers/fceugx/ and flat covers in root:/wiiflow/covers/fceugx/. Boxcovers is for your full covers (back,spine,front) and covers is for 2d flat covers (just the front no spine). If you edit your wiiflow.ini file and change dir_box_covers and/or dir_flat_covers be sure to use those paths instead.
Snes9x Gx Wad
fileTypes=.nes|.fds|.nsf|.unf|.nez|.unif|.zip|.7z//This is a list of file extensions associated with this plugin dol. You can add or delete extensions if you want. Seperate multiple extensions with a |.
romDir=fceugx/roms //This is the folder where your roms or movies will be kept. In this example NES roms should be in root:/fceugx/roms/. If you have it in a different partition or device (SD, USB) than WiiFlow you will have to go to emu mode>config and change the partition. Note - this will affect all plugins.
dolFile=fceugx-mod9.dol //This is the name of the dol app associated with this plugin.
bannerSound=nes.ogg//This is the sound played whenever you select a game associated with this plugin.