Renamed emulatoren to emulation

This commit is contained in:
2026-02-06 16:00:46 +01:00
parent fde747f8f3
commit 88c581d816
7 changed files with 19 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
[boot]
set-ini-val ./include/emulation/config.ini melonDS 'footer' ''
set-ini-val ./include/emulation/config.ini PPSSPP-NX 'footer' ''
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/emulation/RELEASE_EM.ini ./include/emulation/RELEASE_EM.ini
ini_file ./include/emulation/RELEASE_EM.ini
set-ini-val ./include/emulation/config.ini melonDS 'footer' '{ini_file(Versions,melonDS)}'
set-ini-val ./include/emulation/config.ini PPSSPP-NX 'footer' '{ini_file(Versions,PPSSPP-NX)}'

View File

@@ -28,7 +28,7 @@ try:
download https://git.niklascfw.de/api/v1/repos/OmniNX/PPSSPP-NX/releases?limit=1 /config/ultrahand/downloads/ppsspp-nx-api.json
json_file /config/ultrahand/downloads/ppsspp-nx-api.json
download {json_file(0,assets,0,browser_download_url)} /config/ultrahand/downloads/ppsspp-nx.zip
unzip /config/ultrahand/downloads/ppsspp-nx.zip '/switch/'
unzip '/config/ultrahand/downloads/ppsspp-nx.zip' '/switch/'
delete /config/ultrahand/downloads/ppsspp-nx-api.json
delete /config/ultrahand/downloads/ppsspp-nx.zip

View File

@@ -1,8 +0,0 @@
[boot]
set-ini-val ./include/emulatoren/config.ini melonDS 'footer' ''
set-ini-val ./include/emulatoren/config.ini PPSSPP-NX 'footer' ''
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/emulatoren/RELEASE_EM.ini ./include/emulatoren/RELEASE_EM.ini
ini_file ./include/emulatoren/RELEASE_EM.ini
set-ini-val ./include/emulatoren/config.ini melonDS 'footer' '{ini_file(Versions,melonDS)}'
set-ini-val ./include/emulatoren/config.ini PPSSPP-NX 'footer' '{ini_file(Versions,PPSSPP-NX)}'