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

Linux: ignore suspended processes #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Chlorobyte-but-real
Copy link

Under Linux, you can send a STOP signal to suspend a process. It will stay loaded, but will stop all processing. This can be used to load games and stop playing them. They will consume zero resources, besides the RAM/VRAM they've already allocated. Sending CONT will bring the game back to life, and you can get right back in without going through the loading screens, any logon processes etc.

It does not make sense that the user is playing the frozen frame (sometimes even that won't display) so exclude suspended processes.

Under Linux, you can send a STOP signal to suspend a process. It will stay loaded, but will stop all processing.
This can be used to load games and stop playing them. They will consume zero resources, besides the RAM/VRAM they've already allocated. Sending CONT will bring the game back to life, and you can get right back in without going through the loading screens, any logon processes etc.

It does not make sense that the user is playing the frozen frame (sometimes even that won't display) so exclude suspended processes.
Milkshiift added a commit to Milkshiift/arrpc that referenced this pull request Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant