Skip to content

Commit

Permalink
Add XML files
Browse files Browse the repository at this point in the history
  • Loading branch information
schattenphoenix authored Mar 17, 2024
1 parent 0ca58c3 commit ae55ba5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
10 changes: 10 additions & 0 deletions es_find_rules.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<!-- This is the ES-DE find rules configuration file for Android -->
<ruleList>
<emulator name="APPS">
<!-- App Launcher -->
<rule type="androidpackage">
<entry>com.example.es_applauncher/com.example.es_applauncher.MainActivity</entry>
</rule>
</emulator>
</ruleList>
13 changes: 13 additions & 0 deletions es_systems.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!-- This is the ES-DE game systems configuration file for Android -->
<systemList>
<system>
<name>apps</name>
<fullname>Apps</fullname>
<path>%ROMPATH%/apps</path>
<extension>.app</extension>
<command label="ES Applauncher">%EMULATOR_APPS% %EXTRA_GamePath%=%ROM%</command>
<platform>apps</platform>
<theme>android</theme>
</system>
</systemList>

0 comments on commit ae55ba5

Please sign in to comment.