Skip to content

Commit

Permalink
Initial commit: Add addon.xml.in
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Jan 15, 2024
0 parents commit d3a8a6a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions game.libretro.gme/addon.xml.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="game.libretro.gme"
name="Game Music Emu"
version="0.6.1.1"
provider-name="libretro">
<requires>
<import addon="game.libretro" version="1.0.0"/>
<import addon="game.controller.default" version="1.0.0"/>
</requires>
<extension point="kodi.gameclient"
library_@PLATFORM@="@LIBRARY_FILENAME@">
</extension>
<extension point="xbmc.addon.metadata">
<platform>@PLATFORM@</platform>
<source>https://github.com/kodi-game/game.libretro.gme</source>
<summary lang="en_GB">Game Music Emu</summary>
<description lang="en_GB">Port of blargg's Game Music Emu library.</description>
</extension>
</addon>

0 comments on commit d3a8a6a

Please sign in to comment.