diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2013-09-17 16:32:06 +0200 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2013-09-17 16:50:44 +0200 |
| commit | ec9c395f4f367d35efa52be0482875f46ba8a9c8 (patch) | |
| tree | b95dc4765ca4dd117506916c9e0c97be6344c003 | |
| parent | e34d8aee1d3818e16281e990717fb82df49d447b (diff) | |
Add WBFS to the file extensions supported by Dolphin on OSX
| -rw-r--r-- | Source/Core/DolphinWX/Info.plist.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinWX/Info.plist.in b/Source/Core/DolphinWX/Info.plist.in index f08863a5d9..24d0117576 100644 --- a/Source/Core/DolphinWX/Info.plist.in +++ b/Source/Core/DolphinWX/Info.plist.in @@ -14,6 +14,7 @@ <string>gcz</string> <string>iso</string> <string>wad</string> + <string>wbfs</string> </array> <key>CFBundleTypeIconFile</key> <string>Dolphin.icns</string> |
