citra.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  3. <mime-type type="application/x-ctr-3dsx">
  4. <comment>3DS homebrew executable</comment>
  5. <comment xml:lang="fr">Exécutable 3DS homebrew</comment>
  6. <acronym>3DSX</acronym>
  7. <icon name="citra"/>
  8. <glob pattern="*.3dsx"/>
  9. <magic><match value="3DSX" type="string" offset="0"/></magic>
  10. </mime-type>
  11. <mime-type type="application/x-ctr-cci">
  12. <comment>3DS cartridge image</comment>
  13. <comment xml:lang="fr">Image de cartouche 3DS</comment>
  14. <acronym>CCI</acronym>
  15. <expanded-acronym>CTR Cart Image</expanded-acronym>
  16. <icon name="citra"/>
  17. <glob pattern="*.cci"/>
  18. <glob pattern="*.3ds"/>
  19. <magic><match value="NCSD" type="string" offset="256"/></magic>
  20. </mime-type>
  21. <mime-type type="application/x-ctr-cxi">
  22. <comment>3DS executable</comment>
  23. <comment xml:lang="fr">Exécutable 3DS</comment>
  24. <acronym>CXI</acronym>
  25. <expanded-acronym>CTR eXecutable Image</expanded-acronym>
  26. <icon name="citra"/>
  27. <glob pattern="*.cxi"/>
  28. <magic><match value="NCCH" type="string" offset="256"/></magic>
  29. </mime-type>
  30. <mime-type type="application/x-ctr-cia">
  31. <comment>3DS importable archive</comment>
  32. <comment xml:lang="fr">Archive importable 3DS</comment>
  33. <acronym>CIA</acronym>
  34. <expanded-acronym>CTR Importable Archive</expanded-acronym>
  35. <icon name="citra"/>
  36. <glob pattern="*.cia"/>
  37. </mime-type>
  38. <mime-type type="application/x-ctr-smdh">
  39. <comment>3DS icon</comment>
  40. <comment xml:lang="fr">Icône 3DS</comment>
  41. <acronym>SMDH</acronym>
  42. <expanded-acronym>System Menu Data Header</expanded-acronym>
  43. <glob pattern="*.smdh"/>
  44. <magic><match value="SMDH" type="string" offset="0"/></magic>
  45. </mime-type>
  46. <mime-type type="application/x-ctr-cbmd">
  47. <comment>3DS banner</comment>
  48. <comment xml:lang="fr">Bannière 3DS</comment>
  49. <acronym>CBMD</acronym>
  50. <expanded-acronym>CTR Banner Model Data</expanded-acronym>
  51. <glob pattern="*.cbmd"/>
  52. <magic><match value="CBMD" type="string" offset="0"/></magic>
  53. </mime-type>
  54. </mime-info>