From 45c225e7e7799007951f3237ba0b865455adceec Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Mon, 17 Aug 2026 18:01:11 +0200 Subject: [PATCH] Note the shared core and the RetroArch sibling store MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit store.py no longer stands alone: warpstore.py sits next to it in the store home. And the same catalog now has a second store — ttg-retroarch-store — for the machines that run RetroArch rather than Batocera. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aab43df..91564e1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ installer. All the logic lives in the shared engine, which works with any WarpEngine-based site; this is just the Teletype Games configuration of it. +For RetroArch rather than a Batocera box — desktop, Android, Steam Deck — the +same catalog is served by +[`ttg-retroarch-store`](https://git.teletypegames.org/tools/ttg-retroarch-store). + ## Install Straight onto the device: @@ -119,7 +123,7 @@ becomes the default. /userdata/system/batocera-store/ ├── ttg-store launcher └── ttg/ - ├── store.py, config.json + ├── store.py, warpstore.py, config.json └── state.json, catalog.json, store.log /userdata/roms/c64/teletypegames/ blessingofra-2.0.0.prg, rabbit-1.0.0.prg, …