From 3a9437e04c9d6daaa3b065c39a289d0ceb09d75a Mon Sep 17 00:00:00 2001 From: Alexander Pferdmenges Date: Mon, 18 Mar 2024 20:21:48 +0100 Subject: [PATCH] Update README.md for v2 --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d6f5ba1..f8d3474 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,23 @@ # ES Applauncher This is a small tool that mimics an emulator on android in order to allow apps to be listed inside [ES-DE]([https://pages.github.com/](https://gitlab.com/es-de/emulationstation-de)https://gitlab.com/es-de/emulationstation-de). +## Major changes in v2! +- Now needs to be pointed to ROMs +- Will create needed directories +- Will also create icons for you to move +- Can mark games with the checkbox + ## Instructions - Add the `.xml` files to `ES-DE/custom_systems/` (or integrate the content if already existing) to allow the custom system to show up -- Create `applauncher_apps` directory in `ROMs` directory (or let ES-DE create them) -- Optionally create `applauncher_games` directory in ROMs directory (or let ES-DE create them) - Install the `es_launcher.apk` - Run the `es_launcher.apk`, it should show a list of all your apps. - Tap apps to disable / enable them (they wont show up in ES when greyed out) +- Tap checkboxes to mark them as games - Long press apps to change their name (in case you have multiple with the same name, like Citra and Citra MMJ) -- Press the `save` icon in the top right and find the `applauncher_apps` directory, give permission and confirm -- It should have create a file per app you have installed in `applauncher_apps` +- Press the `save` icon in the top right and find the `ROMs` directory, give permission and confirm +- It should have create the needed folders and a file per app you have installed in `applauncher_apps` or `applauncher_games` - Kill the `es_launcher` and `ES-DE` - Restart `ES-DE` -- A new system should exist that has a list of your apps +- The new systems should show up - Select one, it should open the es_launcher which then will run your app, so it should only shortly pop up -- Optionally move all games from `applauncher_apps` to `applauncher_games` +- Optionally move all icons from `applauncher_apps` or `applauncher_games` to `ES-DE/downloaded_media/android[apps|games]/covers`