aboutsummaryrefslogtreecommitdiff
path: root/addons/kodi.resource
diff options
context:
space:
mode:
authorGarrett Brown <garbearucla@gmail.com>2014-03-02 17:04:45 -0800
committerGarrett Brown <themagnificentmrb@gmail.com>2016-12-01 18:08:29 -0800
commite2563f6529ea0f08fe153d6baa9dff0935ea8d65 (patch)
treea96d39b1dc64a0da9e13570ed4b869faede717a1 /addons/kodi.resource
parent918e289427c97e9f108b1c9e2219537644ad4955 (diff)
[retroplayer] Game add-ons
Thanks to Themaister for rewind functionality, fetzerch for mouse support, file length check and cmake modifications, topfs2 for fixing a crash when loading game clients, eibma for fixing linux compilation errors, a1rwulf for catching a missing callback symbol and fixing some rebase errors, and to notspiff for helping with the rebrand and cmake.
Diffstat (limited to 'addons/kodi.resource')
-rw-r--r--addons/kodi.resource/games.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/addons/kodi.resource/games.xsd b/addons/kodi.resource/games.xsd
new file mode 100644
index 0000000000..eb9809b51c
--- /dev/null
+++ b/addons/kodi.resource/games.xsd
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd">
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:element name="extension">
+ <xs:complexType>
+ <xs:attribute name="point" type="xs:string" use="required"/>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>