more run ahead compatibility fix (#1649)
* Update pcsx_rearmed_libretro.info * Update mednafen_supergrafx_libretro.info * Update mednafen_saturn_libretro.info
This commit is contained in:
parent
834db52cac
commit
72d4d43be1
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue