mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-19 03:55:43 -04:00
[libromdata] WiiWAD: Add application/x-doom-wad for compatibility.
Some systems assume all .wad files are Doom WADs, which breaks support for Wii WAD files. Let's pretend we handle Doom WADs to fix this.
This commit is contained in:
parent
07a7c9ae68
commit
cccfed6ec0
7
NEWS.md
7
NEWS.md
@ -1,5 +1,12 @@
|
||||
# Changes
|
||||
|
||||
## v2.2 (released 2023/??/??)
|
||||
|
||||
* Bug fixes:
|
||||
* WiiWAD: Add application/x-doom-wad for compatibility with some systems that
|
||||
assume all .wad files are Doom WADs.
|
||||
* WiiWAD: application/x-dsi-tad -> application/x-nintendo-dsi-tad
|
||||
|
||||
## v2.1 (released 2022/12/24)
|
||||
|
||||
* New features:
|
||||
|
@ -62,7 +62,10 @@ const char *const WiiWADPrivate::mimeTypes[] = {
|
||||
|
||||
// Unofficial MIME types.
|
||||
// TODO: Get these upstreamed on FreeDesktop.org.
|
||||
"application/x-dsi-tad",
|
||||
"application/x-nintendo-dsi-tad",
|
||||
|
||||
// for compatibility
|
||||
"application/x-doom-wad",
|
||||
|
||||
nullptr
|
||||
};
|
||||
|
@ -62,6 +62,7 @@ application/x-wii-save # WiiSave
|
||||
application/x-wii-u-rom # WiiU
|
||||
application/x-nintendo-dsi-tad # WiiWAD
|
||||
application/x-wii-wad # WiiWAD
|
||||
application/x-doom-wad # WiiWAD (for compatibility)
|
||||
application/x-wii-wibn # WiiWIBN
|
||||
application/x-xbox-executable # Xbox_XBE
|
||||
application/x-xbox360-stfs # Xbox360_STFS
|
||||
|
Loading…
Reference in New Issue
Block a user