Hi everybody,
Does anyone know how I can set PCSX to launch into fullscreen or windowed mode from the command line in Linux?
I'd like to do somthing like the following for fullscreen:
pcsx --fulscreen -nogui -cdfile "Game.bin"
and the following for windowed:
pcsx -nogui -cdfile "Game.bin"
This doesn't seem to be a command line switch, but there is a switch to load a config file. Is there an argument I can put into "pcsx.cfg" like "Fullscreen = 1" to make it go fullscreen? In which case I'd just make two config files and do the following:
pcsx -cfg "/path/to/fspcsx.cfg" -nogui - cdfile "Game.bin"
for fullscreen, or
pcsx -cfg "/path/to/winpcsx.cfg" -nogui - cdfile "Game.bin"
for windowed mode
Any ideas?
Does anyone know how I can set PCSX to launch into fullscreen or windowed mode from the command line in Linux?
I'd like to do somthing like the following for fullscreen:
pcsx --fulscreen -nogui -cdfile "Game.bin"
and the following for windowed:
pcsx -nogui -cdfile "Game.bin"
This doesn't seem to be a command line switch, but there is a switch to load a config file. Is there an argument I can put into "pcsx.cfg" like "Fullscreen = 1" to make it go fullscreen? In which case I'd just make two config files and do the following:
pcsx -cfg "/path/to/fspcsx.cfg" -nogui - cdfile "Game.bin"
for fullscreen, or
pcsx -cfg "/path/to/winpcsx.cfg" -nogui - cdfile "Game.bin"
for windowed mode
Any ideas?