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 option to boot rsx capture #13330

Merged
merged 2 commits into from
Feb 5, 2023
Merged

CLI: add option to boot rsx capture #13330

merged 2 commits into from
Feb 5, 2023

Conversation

Megamouse
Copy link
Contributor

examples:
.\rpcs3.exe --rsx-capture "C:\mypath\capture.rrc"
.\rpcs3.exe --no-gui --rsx-capture "C:\mypath\capture.rrc"
.\rpcs3.exe --headless --rsx-capture "C:\mypath\capture.rrc"

@Megamouse Megamouse added RSX CLI Anything that involves starting RPCS3 through the command line interface labels Jan 31, 2023
@elad335
Copy link
Contributor

elad335 commented Feb 1, 2023

Why not include it in game boot? This is also how savestates work.

@Megamouse
Copy link
Contributor Author

Because there's already a dedicated boot function. Why should I clutter the game boot then?

@elad335
Copy link
Contributor

elad335 commented Feb 1, 2023

You can call the dedicated function inside Emulator::Load, it just a few lines. It simplies booting as there is no requirement in using a custom command.

@Megamouse
Copy link
Contributor Author

It complicates the loading and it doesn't even fit any of the nomenclature, logging, etc. There's no reason to stuff the logic into the regular load mechanism

@Megamouse Megamouse merged commit 1cf8aac into RPCS3:master Feb 5, 2023
@Megamouse Megamouse deleted the rrc branch February 6, 2023 19:03
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 RSX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants