Closed carlospzlz closed 1 year ago
Save states aren't supported currently I'm afraid.
The load_psexe
function is related to directly loading a PlayStation executable instead of booting from a disc image.
There's an issue tracking save state implementation progress now. #5 Thanks for raising this as an issue. I probably wouldn't have gotten around to it otherwise. :)
Save state support is added by #6 :)
Is it possible to save the current state of the emulator to a file, so it can be loaded later?
I can see the function
load_psexe
, but I'm not entirely sure what it does, or can see any counterpartsave_psexe
.