Onion icon indicating copy to clipboard operation
Onion copied to clipboard

Fix: Ensure RetroArch saves are flushed before exiting via GameSwitcher

Open Josh5 opened this issue 11 months ago • 0 comments

Replaces SIGKILL with a graceful SIGTERM followed by a 5-second wait before force-killing RetroArch if necessary. This change allows RetroArch to complete its content close process and write save files to disk, resolving issues where saves were lost when quitting with GameSwitcher.

Fixes #1815

Josh5 avatar May 19 '25 02:05 Josh5