diff options
author | JakobDev <jakobdev@gmx.de> | 2022-05-17 08:40:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 08:40:06 +0200 |
commit | 775e29efb69e737ecd12c7cdda907d6ecaa3ded9 (patch) | |
tree | 0a33ce5dd3fe7aa2b26209ed24aa445c928ded1f | |
parent | 5808e76fae6a6fdc83359685e34102f1f449bb52 (diff) |
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 5f366137b3..bcc5fc9a91 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> |