Skip to content

Commit

Permalink
Update Dolphin config (#417)
Browse files Browse the repository at this point in the history
* Update Dolphin config

Add Wii iso file name (.ciso) in extensions parameter
  • Loading branch information
flodef authored and mickelson committed Jun 23, 2018
1 parent c5f4d0d commit b549f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/emulators/script/db.nut
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ return [
{
"name" : "dolphin-emu",
"args" : "-b -e \"[romfilename]\"",
"exts" : ".dol;.elf;.iso;.gcm;.wad;.wbfs;.gbz",
"exts" : ".dol;.elf;.iso;.gcm;.wad;.wbfs;.gbz;.ciso",
"system" : "Nintendo Wii",
"source" : "thegamesdb.net",

Expand Down

0 comments on commit b549f37

Please sign in to comment.