this post was submitted on 29 Jan 2024
31 points (100.0% liked)

Gaming

30428 readers
374 users here now

From video gaming to card games and stuff in between, if it's gaming you can probably discuss it here!

Please Note: Gaming memes are permitted to be posted on Meme Mondays, but will otherwise be removed in an effort to allow other discussions to take place.

See also Gaming's sister community Tabletop Gaming.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

What are you all playing! I've been playing a lot of lies of p and have been dipping my toes back into binding of Isaac!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 7 months ago (1 children)

If I understand correctly, you own a Steam Deck. I haven't tried it, but this plugin could be useful for your use case.

[–] [email protected] 2 points 7 months ago (1 children)

That's pretty cool. Does it let you pause games indefinitely while playing other games, or does it just initiate a pause while you're on the home screen, etc?

[–] [email protected] 1 points 7 months ago

From the README:

A Steam Deck plugin for the Decky Plugin Loader that makes it possible to pause and resume games even for those that don't have an immediate pause option.

Useful for when you wish to temporarily suspend an application in order to redirect the cpu and gpu ressources to another without having to close it.

Since used RAM and VRAM won't be able to be recovered from paused apps you might look into tweaking your swapfile to make things smoother: https://github.com/CryoByte33/steam-deck-utilities

It sends the SIGSTOP signal to all the children of the reaper process to stop the execution and SIGCONT to resume them. (Signal (IPC))