Added initial system support for the Android Apps (androidapps) and Android Games (androidgames) game systems

This commit is contained in:
Leon Styhre 2024-04-21 21:46:27 +02:00
parent b82dc69551
commit 8f414e061a
5 changed files with 90 additions and 0 deletions

View file

@ -88,6 +88,24 @@
<platform>android</platform>
<theme>android</theme>
</system>
<system>
<name>androidapps</name>
<fullname>Android Apps</fullname>
<path>%ROMPATH%/androidapps</path>
<extension>.app .APP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>android</platform>
<theme>androidapps</theme>
</system>
<system>
<name>androidgames</name>
<fullname>Android Games</fullname>
<path>%ROMPATH%/androidgames</path>
<extension>.app .APP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>android</platform>
<theme>androidgames</theme>
</system>
<system>
<name>apple2</name>
<fullname>Apple II</fullname>

View file

@ -100,6 +100,24 @@
<platform>android</platform>
<theme>android</theme>
</system>
<system>
<name>androidapps</name>
<fullname>Android Apps</fullname>
<path>%ROMPATH%/androidapps</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>android</platform>
<theme>androidapps</theme>
</system>
<system>
<name>androidgames</name>
<fullname>Android Games</fullname>
<path>%ROMPATH%/androidgames</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>android</platform>
<theme>androidgames</theme>
</system>
<system>
<name>apple2</name>
<fullname>Apple II</fullname>

View file

@ -100,6 +100,24 @@
<platform>android</platform>
<theme>android</theme>
</system>
<system>
<name>androidapps</name>
<fullname>Android Apps</fullname>
<path>%ROMPATH%/androidapps</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>android</platform>
<theme>androidapps</theme>
</system>
<system>
<name>androidgames</name>
<fullname>Android Games</fullname>
<path>%ROMPATH%/androidgames</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>android</platform>
<theme>androidgames</theme>
</system>
<system>
<name>apple2</name>
<fullname>Apple II</fullname>

View file

@ -100,6 +100,24 @@
<platform>android</platform>
<theme>android</theme>
</system>
<system>
<name>androidapps</name>
<fullname>Android Apps</fullname>
<path>%ROMPATH%/androidapps</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>android</platform>
<theme>androidapps</theme>
</system>
<system>
<name>androidgames</name>
<fullname>Android Games</fullname>
<path>%ROMPATH%/androidgames</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>android</platform>
<theme>androidgames</theme>
</system>
<system>
<name>apple2</name>
<fullname>Apple II</fullname>

View file

@ -96,6 +96,24 @@
<platform>android</platform>
<theme>android</theme>
</system>
<system>
<name>androidapps</name>
<fullname>Android Apps</fullname>
<path>%ROMPATH%\androidapps</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>android</platform>
<theme>androidapps</theme>
</system>
<system>
<name>androidgames</name>
<fullname>Android Games</fullname>
<path>%ROMPATH%\androidgames</path>
<extension>.7z .7Z .zip .ZIP</extension>
<command>PLACEHOLDER %ROM%</command>
<platform>android</platform>
<theme>androidgames</theme>
</system>
<system>
<name>apple2</name>
<fullname>Apple II</fullname>