onion.torzu_emu.torzu.metainfo.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. SPDX-FileCopyrightText: 2021 yuzu Emulator Project
  4. SPDX-License-Identifier: CC0-1.0
  5. -->
  6. <component type="desktop-application">
  7. <id>onion.torzu_emu.torzu</id>
  8. <metadata_license>CC0-1.0</metadata_license>
  9. <name>Torzu</name>
  10. <summary>Nintendo Switch emulator</summary>
  11. <description>
  12. <p>yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra.</p>
  13. <p>The emulator is capable of running most commercial games at full speed, provided you meet the necessary hardware requirements.</p>
  14. </description>
  15. <categories>
  16. <category>Game</category>
  17. <category>Emulator</category>
  18. </categories>
  19. <keywords>
  20. <keyword>switch</keyword>
  21. <keyword>emulator</keyword>
  22. </keywords>
  23. <url type="bugtracker">http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/issues</url>
  24. <url type="vcs-browser">http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu</url>
  25. <launchable type="desktop-id">onion.torzu_emu.torzu.desktop</launchable>
  26. <provides>
  27. <binary>yuzu</binary>
  28. <binary>yuzu-cmd</binary>
  29. </provides>
  30. <supports>
  31. <control>pointing</control>
  32. <control>keyboard</control>
  33. <control>gamepad</control>
  34. </supports>
  35. <requires>
  36. <memory>8192</memory>
  37. </requires>
  38. <recommends>
  39. <memory>16384</memory>
  40. </recommends>
  41. <project_license>GPL-3.0-or-later</project_license>
  42. <developer_name>yuzu Emulator Team</developer_name>
  43. <content_rating type="oars-1.0"/>
  44. </component>