From 7388115ade82d35dff3ef1cdbb5dabbc84d15c54 Mon Sep 17 00:00:00 2001 From: Romario Martinus <67970344+aziib@users.noreply.github.com> Date: Fri, 29 May 2026 16:02:16 +0700 Subject: [PATCH] Add player entry for NetherSX2 Turnip emulator add support for nethersx2 turnip version. --- platforms/SonyPlayStation2.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/platforms/SonyPlayStation2.json b/platforms/SonyPlayStation2.json index 47714e4f..33facd79 100644 --- a/platforms/SonyPlayStation2.json +++ b/platforms/SonyPlayStation2.json @@ -22,6 +22,16 @@ "extra": "" }, "playerList": [ + { + "name": "ps2 - NetherSX2 Turnip", + "uniqueId": "ps2.xyz.aethersx2.tturnip", + "description": "Supported extensions: iso, chd, gz.", + "acceptedFilenameRegex": "^(.*).(?:iso|chd|gz|mdf|bin)$", + "amStartArguments": "-n xyz.aethersx2.tturnip/xyz.aethersx2.android.EmulationActivity\n -a android.intent.action.MAIN\n -e bootPath {file.uri}\n --activity-clear-task\n --activity-clear-top\n ", + "killPackageProcesses": true, + "killPackageProcessesWarning": true, + "extra": "" + }, { "name": "ps2 - Aethersx2", "uniqueId": "ps2.xyz.aethersx2.android", @@ -93,4 +103,4 @@ "extra": "" } ] -} \ No newline at end of file +}