From f7f6c6742cab1a92e3beaa9bcaad9e260836b5f3 Mon Sep 17 00:00:00 2001 From: Pyman75 <92629347+Pyman75@users.noreply.github.com> Date: Tue, 7 Jun 2022 17:42:51 +0100 Subject: [PATCH] Update hatari_libretro.info Re-enable save state --- dist/info/hatari_libretro.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/info/hatari_libretro.info b/dist/info/hatari_libretro.info index daf6e793..785561dc 100644 --- a/dist/info/hatari_libretro.info +++ b/dist/info/hatari_libretro.info @@ -15,8 +15,8 @@ systemid = "atari_st" # Libretro Features supports_no_game = "false" -savestate = "false" -savestate_features = "null" +savestate = "true" +savestate_features = "serialized" cheats = "false" input_descriptors = "true" memory_descriptors = "false"