diff options
author | bunnei <bunneidev@gmail.com> | 2022-05-29 23:16:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-29 23:16:27 +0200 |
commit | ce961cb4c6d4db97340325b65d57f88757c84892 (patch) | |
tree | cda0397395a17de2e57fd512c8ab6ed259ff5fea /dist | |
parent | Merge pull request #8332 from Morph1984/reduce_exec_size (diff) | |
parent | Add control to Metainfo (diff) | |
download | yuzu-ce961cb4c6d4db97340325b65d57f88757c84892.tar yuzu-ce961cb4c6d4db97340325b65d57f88757c84892.tar.gz yuzu-ce961cb4c6d4db97340325b65d57f88757c84892.tar.bz2 yuzu-ce961cb4c6d4db97340325b65d57f88757c84892.tar.lz yuzu-ce961cb4c6d4db97340325b65d57f88757c84892.tar.xz yuzu-ce961cb4c6d4db97340325b65d57f88757c84892.tar.zst yuzu-ce961cb4c6d4db97340325b65d57f88757c84892.zip |
Diffstat (limited to 'dist')
-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 @@ <binary>yuzu</binary> <binary>yuzu-cmd</binary> </provides> + <supports> + <control>pointing</control> + <control>keyboard</control> + <control>gamepad</control> + </supports> <requires> <memory>8192</memory> </requires> |