diff options
| author | 2022-05-29 14:16:27 -0700 | |
|---|---|---|
| committer | 2022-05-29 14:16:27 -0700 | |
| commit | ce961cb4c6d4db97340325b65d57f88757c84892 (patch) | |
| tree | cda0397395a17de2e57fd512c8ab6ed259ff5fea | |
| parent | Merge pull request #8332 from Morph1984/reduce_exec_size (diff) | |
| parent | Add control to Metainfo (diff) | |
| download | yuzu-ce961cb4c6d4db97340325b65d57f88757c84892.tar.gz yuzu-ce961cb4c6d4db97340325b65d57f88757c84892.tar.xz yuzu-ce961cb4c6d4db97340325b65d57f88757c84892.zip | |
Merge pull request #8348 from JakobDev/metainfocontrol
Add control to metainfo
| -rw-r--r-- | dist/org.yuzu_emu.yuzu.metainfo.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/org.yuzu_emu.yuzu.metainfo.xml b/dist/org.yuzu_emu.yuzu.metainfo.xml index 5f366137b..bcc5fc9a9 100644 --- a/dist/org.yuzu_emu.yuzu.metainfo.xml +++ b/dist/org.yuzu_emu.yuzu.metainfo.xml | |||
| @@ -32,6 +32,11 @@ | |||
| 32 | <binary>yuzu</binary> | 32 | <binary>yuzu</binary> |
| 33 | <binary>yuzu-cmd</binary> | 33 | <binary>yuzu-cmd</binary> |
| 34 | </provides> | 34 | </provides> |
| 35 | <supports> | ||
| 36 | <control>pointing</control> | ||
| 37 | <control>keyboard</control> | ||
| 38 | <control>gamepad</control> | ||
| 39 | </supports> | ||
| 35 | <requires> | 40 | <requires> |
| 36 | <memory>8192</memory> | 41 | <memory>8192</memory> |
| 37 | </requires> | 42 | </requires> |