Provenance icon indicating copy to clipboard operation
Provenance copied to clipboard

[Feature] Auto-reload games on settings requiring restart changes

Open JoeMatt opened this issue 3 years ago • 0 comments

On Core Options marked as Requires Restart

if option.changed && option.requres restart
if user.prompt("restart now")
if core supports saves
 save state
 quit core
  load core
  load save state

JoeMatt avatar Feb 16 '22 02:02 JoeMatt