From 72d4d43be1fd44c8a09489c9926919a135d4f2cd Mon Sep 17 00:00:00 2001 From: Tatsuya79 Date: Fri, 22 Apr 2022 18:10:06 +0200 Subject: [PATCH] more run ahead compatibility fix (#1649) * Update pcsx_rearmed_libretro.info * Update mednafen_supergrafx_libretro.info * Update mednafen_saturn_libretro.info --- dist/info/mednafen_saturn_libretro.info | 2 +- dist/info/mednafen_supergrafx_libretro.info | 2 +- dist/info/pcsx_rearmed_libretro.info | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/info/mednafen_saturn_libretro.info b/dist/info/mednafen_saturn_libretro.info index 19b59524..2c5f034a 100644 --- a/dist/info/mednafen_saturn_libretro.info +++ b/dist/info/mednafen_saturn_libretro.info @@ -20,7 +20,7 @@ hw_render = "false" needs_fullpath = "true" disk_control = "true" savestate = "true" -savestate_features = "serialized" +savestate_features = "deterministic" cheats = "true" input_descriptors = "true" memory_descriptors = "true" diff --git a/dist/info/mednafen_supergrafx_libretro.info b/dist/info/mednafen_supergrafx_libretro.info index fd62a45d..decbd856 100644 --- a/dist/info/mednafen_supergrafx_libretro.info +++ b/dist/info/mednafen_supergrafx_libretro.info @@ -20,7 +20,7 @@ hw_render = "false" needs_fullpath = "true" disk_control = "true" savestate = "true" -savestate_features = "serialized" +savestate_features = "deterministic" cheats = "true" input_descriptors = "true" memory_descriptors = "true" diff --git a/dist/info/pcsx_rearmed_libretro.info b/dist/info/pcsx_rearmed_libretro.info index 85ead16e..8c69a45c 100644 --- a/dist/info/pcsx_rearmed_libretro.info +++ b/dist/info/pcsx_rearmed_libretro.info @@ -16,7 +16,7 @@ systemid = "playstation" database = "Sony - PlayStation" supports_no_game = "false" savestate = "true" -savestate_features = "serialized" +savestate_features = "deterministic" cheats = "true" input_descriptors = "true" memory_descriptors = "true"