From 170759c063078d0d230bed992d035ef1a72be5be Mon Sep 17 00:00:00 2001 From: niklascfw Date: Sun, 22 Feb 2026 23:00:00 +0100 Subject: [PATCH] Added mGBA to emulators --- include/emulation/emulation.ini | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/emulation/emulation.ini b/include/emulation/emulation.ini index b1c0f8a..bbe135d 100644 --- a/include/emulation/emulation.ini +++ b/include/emulation/emulation.ini @@ -17,6 +17,15 @@ download {json_file(0,assets,0,browser_download_url)} /config/ultrahand/download mv /config/ultrahand/downloads/melonds.nro /switch/melonDS/ delete /config/ultrahand/downloads/melonds-api.json +[mGBA - 0.10.5] +try: +download https://git.niklascfw.de/api/v1/repos/omninx/mGBA/releases?limit=1 /config/ultrahand/downloads/mgba-api.json +json_file /config/ultrahand/downloads/mgba-api.json +download {json_file(0,assets,0,browser_download_url)} /config/ultrahand/downloads/mgba.zip +unzip '/config/ultrahand/downloads/mgba.zip' / +delete /config/ultrahand/downloads/mgba-api.json +delete /config/ultrahand/downloads/mgba.zip + [PPSSPP-NX - 1.19.3] try: download https://git.niklascfw.de/api/v1/repos/OmniNX/PPSSPP-NX/releases?limit=1 /config/ultrahand/downloads/ppsspp-nx-api.json