shadps4-emu / shadPS4

PS4 emulator for Windows,Linux,MacOS
https://shadps4.net/
GNU General Public License v2.0
10.21k stars 617 forks source link

Fullscreen CLI linux #1147

Open trashbus99 opened 2 weeks ago

trashbus99 commented 2 weeks ago

Hello, Is there a flag to run the SDL-Appimage as fullscreen on linux? I'm trying to create a launcher for batocera? Or better, yet when i tried a script to the qt app image /userdata/system/pro/Shadps4-Qt-AppImage "/path/to/.eboot" it doesn't launch with that. (Would prefer launching via qt.)

Thanks.

qurious-pixel commented 1 week ago

The quick way is to edit the config.toml in the user folder.

[General]
Fullscreen = true

Then launch as normal /userdata/system/pro/Shadps4-sdl-AppImage "/path/to/.eboot"

This seems like a Feature Request that would make a good first issue for someone.

robyn-dressler commented 1 week ago

This seems like a Feature Request that would make a good first issue for someone.

If no one else is working on this, I'd be happy to take a look.

LordDaveTheKind commented 1 week ago

If you are on Wayland, have you already considered Valve Gamescope?

qurious-pixel commented 6 days ago

They are using Batocera, and want a switch to open the game window fullscreen when using SDL. There is already a patch switch -p so adding an -f/--fullscreen can be done similiarly.