Skip to content

Commit

Permalink
[Android] Add virtual remotes for Shield TV
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Jan 13, 2025
1 parent 0d335fc commit 432c145
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<buttonmap>
<device name="shield-ask-remote" provider="android" vid="18D1" pid="0100" buttoncount="12">
<configuration>
<appearance id="game.controller.remote" />
</configuration>
</device>
</buttonmap>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<buttonmap>
<device name="virtual-search" provider="android" vid="18D1" pid="0100" buttoncount="12">
<configuration>
<appearance id="game.controller.remote" />
</configuration>
</device>
</buttonmap>

0 comments on commit 432c145

Please sign in to comment.