Skip to content

Commit

Permalink
Add topology.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Jan 3, 2018
1 parent 08e3f62 commit 55b0689
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions game.libretro.cap32/resources/topology.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<logicaltopology>
<port type="keyboard">
<accepts controller="game.controller.amstrad.keyboard"/>
</port>
<port type="mouse">
<accepts controller="game.controller.mouse"/>
</port>
<port type="controller" id="1">
<accepts controller="game.controller.amstrad.joystick"/>
</port>
<port type="controller" id="2">
<accepts controller="game.controller.amstrad.joystick"/>
</port>
</logicaltopology>

0 comments on commit 55b0689

Please sign in to comment.