Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: add game-screen parameter, save last game window screen in no-gui mode #13397

Merged
merged 3 commits into from Feb 14, 2023

Conversation

Megamouse
Copy link
Contributor

@Megamouse Megamouse commented Feb 13, 2023

  • Adds the CLI argument "game-screen" which can be used to set a preferred screen for the game window. Use it for example like: rpcs3.exe --no-gui --game-screen=1
  • Saves the last game window screen and re-uses it in the no-gui mode if no game-screen is set
  • Moves the global parameter for the fullscreen mode to member variables of gui_application and gs_frame

fixes #12828

@Megamouse Megamouse added GUI CLI Anything that involves starting RPCS3 through the command line interface labels Feb 13, 2023
@Megamouse Megamouse changed the title CLI: add game-screen parameter CLI: add game-screen parameter, save last game window screen in no-gui mode Feb 13, 2023
@Megamouse Megamouse merged commit 75fbb3d into RPCS3:master Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Anything that involves starting RPCS3 through the command line interface GUI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rpcs3 doesnt remember position/monitor/display when using --no-gui
1 participant