From 36d33deb30fc2c2d6804d84b2f4d04534b48f24a Mon Sep 17 00:00:00 2001 From: Dwedit Date: Fri, 30 Mar 2018 20:41:52 -0500 Subject: [PATCH] Add message about load state expected to succeed. --- libretro-common/include/libretro.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-common/include/libretro.h b/libretro-common/include/libretro.h index f866b0bc77..7d0118526f 100644 --- a/libretro-common/include/libretro.h +++ b/libretro-common/include/libretro.h @@ -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.