Posts: 28.951
Threads: 16
Joined: Dec 2008
Reputation:
606
Location: 127.0.0.1
(12-18-2018, 05:17 PM)Romanz7531 Wrote: A question I got for the Ubuntu/rasPi systems using pcsx2 is, do we have any type of frontend or something so I don't have to set up every single game over and over again when I switch between games often? And if there is, does it have a noGUI option so we don't have to go through two menus to launch a game from emulationstation? If there is one, post it here, but if there isn't someone please help make one. This will be helping a lot of people if there isn't one already. 
I don't think there is one.
that said, you could use command line to launch your iso something like "path_to_pcsx2_binary path_of_your_iso" should do it
Quote:but if there isn't someone please help make one. This will be helping a lot of people if there isn't one already. 
Any help is welcome. means if you need it, feel free to make it since this is an open source project
CPU : AMD Ryzen 7 3800X
Mobo : Asus PRIME B450-PLUS
GPU : NVIDIA GeForce RTX 3070
RAM : 16 Go
Posts: 28.951
Threads: 16
Joined: Dec 2008
Reputation:
606
Location: 127.0.0.1
(12-18-2018, 05:41 PM)Romanz7531 Wrote: Yeah but that doesn't solve the changing settings every ten seconds for the games since the game settings don't save
Then you'll have to start writing scripts or a frontend, I guess
CPU : AMD Ryzen 7 3800X
Mobo : Asus PRIME B450-PLUS
GPU : NVIDIA GeForce RTX 3070
RAM : 16 Go
Posts: 8.029
Threads: 278
Joined: Feb 2009
Reputation:
343
I don't know how linux works but how about using the command line that allow you to load settings from custom folder
pcsx2.exe --cfgpath="folder to custom settings" --noguiprompt --fullscreen "path to iso"
Create a shortcut for every of your games pointing to a different folder
This is actually what those frontends are doing