forked from anthonycaccese/es-theme-crt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.xml
executable file
·30 lines (26 loc) · 1.13 KB
/
theme.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!--
theme name: BatoCRT
version: 1.0
author: asdfgasfhsn
license: creative commons CC-BY-NC-SA
based on: "CRT" by Anthony / "Carbon" by Eric Hettervik
-->
<theme>
<formatVersion>4</formatVersion>
<!--
Uncomment the template vesion below that you want to use...
-->
<!-- This Section for Recalbox/Batocera templates... -->
<!-- <include>./_inc/templates/recalbox/4x3.xml</include> -->
<!-- <include>./_inc/templates/recalbox/16x9-no_desc.xml</include> -->
<!-- <include>./_inc/templates/recalbox/16x10.xml</include> -->
<!-- <include>./_inc/templates/recalbox/4x3-bezel.xml</include> -->
<!-- <include>./_inc/templates/recalbox/16x9-bezel.xml</include> -->
<!-- <include>./_inc/templates/recalbox/16x10-bezel.xml</include> -->
<!-- This Section for RetroPie templates... -->
<!-- <include>./_inc/templates/retropie/4x3.xml</include> -->
<!-- <include>./_inc/templates/retropie/16x9.xml</include> -->
<include>./_inc/templates/retropie/16x9-no_desc.xml</include>
<!-- <include>./_inc/templates/retropie/16x10.xml</include> -->
</theme>