From a5c41fc71ff53954752b37d6ecadde2ec74010c9 Mon Sep 17 00:00:00 2001 From: Bobby Smith <33353403+bslenul@users.noreply.github.com> Date: Wed, 16 Feb 2022 15:56:23 +0100 Subject: [PATCH] Citra - savestate is now "true" (#1624) --- dist/info/citra_libretro.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/info/citra_libretro.info b/dist/info/citra_libretro.info index 6b3c945b..e5d3b569 100644 --- a/dist/info/citra_libretro.info +++ b/dist/info/citra_libretro.info @@ -16,8 +16,8 @@ systemid = "3ds" # Libretro Information database = "Nintendo - Nintendo 3DS" supports_no_game = "false" -savestate = "false" -savestate_features = "null" +savestate = "true" +savestate_features = "basic" cheats = "false" input_descriptors = "true" memory_descriptors = "false"