EmulationStation
EmulationStation copied to clipboard
Launching pcsx2 from folder with spaces
<command>C:\Users\"Vod Kanakas"\.emulationstation\systems\pcsx2\pcsx2.exe "%ROM_RAW%" --fullboot</command>
this launches the emulator and has the right path for iso when checking command with task manager but it throws a cdvdiso error: no filename specified
. But if I move it to C:\Users\pcsx2\pcsx2.exe the game launches just fine. So I dont know what the problem is. No other emulator i use has this issue. The only way I can get it to work in that folder was to use <command>start /WAIT "" "C:\Users\Vod Kanakas\.emulationstation\systems\pcsx2\pcsx2.exe" "%ROM_RAW%" --fullboot</command>
anybody know if this is an ES concern or is it a windows or pcsx2 issue?