I've taken the config file from the other post and added a section in for psx. I've added a rom for Twisted Metal. It shows up in the games list and when I start it, it runs ePSXe but does not start the game. Is there something I'm missing in the config file?
"appType": "psx",
"displayAppType": "PlayStation",
"enable": true,
"appScan": {
"type": "directory",
"dir": "[[gamesPath]]\\psx",
"ext": ["zip", "7z", "iso"]
},
"assetScan": {
"dir": "[[assetsPath]]\\psx"
},
"launch": {
"target": "[[emulatorsPath]]\\ePSXe\\ePSXe.exe",
"params": [
"[[appConfig.filePath]]"
],
"options": {
"shell": true
}
},
"process": {
"type": "parent",
"child": "ePSXe.exe",
"isWindowedBorderless": true