`{
"appType": "ps2",
"enable": true,
"appScan": {
"type": "directory",
"dir": "[[gamesPath]]\ps2",
"ext": [ "iso", "bin" ]
},
"assetScan": {
"dir": "[[assetsPath]]\ps2"
},
"launch": {
"target": "[[emulatorsPath]]\\PCSX2\\pcsx2.exe",
"params": [
"--nogui",
"--fullscreen",
"[[appConfig.filePath]]"
],
"options": {}
},
"process": {
"type": "parent",
"onLaunchFailFocusApp": "pcsx2.exe",
"isWindowedBorderless": false
}`