[xdg] rom-properties.xml: Add GameCube/Wii executables (.dol).

.dol files aren't currently supported by rom-properties. shared-mime-info
is misidentifying them as image/vnd.microsoft.icon, which is clearly
wrong, so add this to fix the identification.
This commit is contained in:
David Korth 2025-05-17 14:36:18 -04:00
parent 55cb219a17
commit 86638f478c

View File

@ -1376,4 +1376,13 @@
</magic> </magic>
</mime-type> </mime-type>
<!-- GameCube/Wii executables -->
<!-- These are showing up as "image/vnd.microsoft.icon" for some reason... -->
<mime-type type="application/x-gamecube-executable">
<comment>Nintendo GameCube/Wii executable</comment>
<sub-class-of type="application/x-executable"/>
<generic-icon name="application-x-executable"/>
<glob pattern="*.dol"/>
</mime-type>
</mime-info> </mime-info>