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 +}