KieronJ / rpsx

A PlayStation emulator written in Rust.
MIT License
42 stars 2 forks source link

Save and load emulator state #4

Closed carlospzlz closed 1 year ago

carlospzlz commented 1 year ago

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 counterpart save_psexe.

KieronJ commented 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.

KieronJ commented 1 year ago

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. :)

KieronJ commented 1 year ago

Save state support is added by #6 :)