Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSavestate handling could be improved. #1136
Comments
endrift
added
severity:enhancement
port:Qt
feature:usability
labels
Jul 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eToThePi-i commentedJul 22, 2018
I can move them these into separate issues if that would be preferable.
File > Load stateandFile > Save stateis impossible (aside from completely exiting the emulator). Preferably, this would respond to theEsckey at the very least, and at its best have an explicit cancel button.Also, I was wondering if the save state format the emulator uses is documented anywhere (aside from the actual code that implements it). Specifically, I was curious if the code included a ROM hash value checksum, and where that might be in the output file. As far as I can figure from my loose search, the code for saving states is stored in
mCoreSaveStateNamed(), but I'm not well-versed enough to figure out if/where a hash value might be in the file.