From 8f414e061a854026f769cddf542bba8f0919354d Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 21 Apr 2024 21:46:27 +0200 Subject: [PATCH] Added initial system support for the Android Apps (androidapps) and Android Games (androidgames) game systems --- resources/systems/android/es_systems.xml | 18 ++++++++++++++++++ resources/systems/linux/es_systems.xml | 18 ++++++++++++++++++ resources/systems/macos/es_systems.xml | 18 ++++++++++++++++++ resources/systems/unix/es_systems.xml | 18 ++++++++++++++++++ resources/systems/windows/es_systems.xml | 18 ++++++++++++++++++ 5 files changed, 90 insertions(+) diff --git a/resources/systems/android/es_systems.xml b/resources/systems/android/es_systems.xml index 0a119e12d..8caff378e 100644 --- a/resources/systems/android/es_systems.xml +++ b/resources/systems/android/es_systems.xml @@ -88,6 +88,24 @@ android android + + androidapps + Android Apps + %ROMPATH%/androidapps + .app .APP + PLACEHOLDER %ROM% + android + androidapps + + + androidgames + Android Games + %ROMPATH%/androidgames + .app .APP + PLACEHOLDER %ROM% + android + androidgames + apple2 Apple II diff --git a/resources/systems/linux/es_systems.xml b/resources/systems/linux/es_systems.xml index d4cc33d26..e4bdd32bd 100644 --- a/resources/systems/linux/es_systems.xml +++ b/resources/systems/linux/es_systems.xml @@ -100,6 +100,24 @@ android android + + androidapps + Android Apps + %ROMPATH%/androidapps + .7z .7Z .zip .ZIP + PLACEHOLDER %ROM% + android + androidapps + + + androidgames + Android Games + %ROMPATH%/androidgames + .7z .7Z .zip .ZIP + PLACEHOLDER %ROM% + android + androidgames + apple2 Apple II diff --git a/resources/systems/macos/es_systems.xml b/resources/systems/macos/es_systems.xml index 359980b3d..991b83fb8 100644 --- a/resources/systems/macos/es_systems.xml +++ b/resources/systems/macos/es_systems.xml @@ -100,6 +100,24 @@ android android + + androidapps + Android Apps + %ROMPATH%/androidapps + .7z .7Z .zip .ZIP + PLACEHOLDER %ROM% + android + androidapps + + + androidgames + Android Games + %ROMPATH%/androidgames + .7z .7Z .zip .ZIP + PLACEHOLDER %ROM% + android + androidgames + apple2 Apple II diff --git a/resources/systems/unix/es_systems.xml b/resources/systems/unix/es_systems.xml index 7c4d5b6a5..bfe2d75b1 100644 --- a/resources/systems/unix/es_systems.xml +++ b/resources/systems/unix/es_systems.xml @@ -100,6 +100,24 @@ android android + + androidapps + Android Apps + %ROMPATH%/androidapps + .7z .7Z .zip .ZIP + PLACEHOLDER %ROM% + android + androidapps + + + androidgames + Android Games + %ROMPATH%/androidgames + .7z .7Z .zip .ZIP + PLACEHOLDER %ROM% + android + androidgames + apple2 Apple II diff --git a/resources/systems/windows/es_systems.xml b/resources/systems/windows/es_systems.xml index d7ac8c0b9..f2d3164be 100644 --- a/resources/systems/windows/es_systems.xml +++ b/resources/systems/windows/es_systems.xml @@ -96,6 +96,24 @@ android android + + androidapps + Android Apps + %ROMPATH%\androidapps + .7z .7Z .zip .ZIP + PLACEHOLDER %ROM% + android + androidapps + + + androidgames + Android Games + %ROMPATH%\androidgames + .7z .7Z .zip .ZIP + PLACEHOLDER %ROM% + android + androidgames + apple2 Apple II