(Android) Enabled the androidapps and androidgames systems

This commit is contained in:
Leon Styhre 2024-05-11 15:46:16 +02:00
parent d8d58e6958
commit 21b8782642

View file

@ -93,7 +93,7 @@
<fullname>Android Apps</fullname> <fullname>Android Apps</fullname>
<path>%ROMPATH%/androidapps</path> <path>%ROMPATH%/androidapps</path>
<extension>.app .APP</extension> <extension>.app .APP</extension>
<command>PLACEHOLDER %ROM%</command> <command label="Android App">%ANDROIDAPP%=%FILEINJECT%</command>
<platform>android</platform> <platform>android</platform>
<theme>androidapps</theme> <theme>androidapps</theme>
</system> </system>
@ -102,7 +102,7 @@
<fullname>Android Games</fullname> <fullname>Android Games</fullname>
<path>%ROMPATH%/androidgames</path> <path>%ROMPATH%/androidgames</path>
<extension>.app .APP</extension> <extension>.app .APP</extension>
<command>PLACEHOLDER %ROM%</command> <command label="Android Game">%ANDROIDAPP%=%FILEINJECT%</command>
<platform>android</platform> <platform>android</platform>
<theme>androidgames</theme> <theme>androidgames</theme>
</system> </system>