Add message about load state expected to succeed.

This commit is contained in:
Dwedit 2018-03-30 20:41:52 -05:00
parent ec6d6e58d6
commit 36d33deb30

View File

@ -1144,6 +1144,7 @@ struct retro_led_interface
* Fast Savestates:
* * Guaranteed to be created by the same binary that will load them.
* * Will not be written to or read from the disk.
* * Suggest that the core assumes loading state will succeed.
* * Suggest that the core updates its memory buffers in-place if possible.
* * Suggest that the core skips clearing memory.
* * Suggest that the core skips resetting the system.