Merge pull request #1880 from RobLoach/patch-268363

lutro: Enable save state serialization
This commit is contained in:
Ömercan Kömür 2025-01-19 17:03:40 +03:00 committed by GitHub
commit 9f8ebb51b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,8 +14,8 @@ systemname = "Lutro"
# Libretro Features
supports_no_game = "false"
database = "Lutro"
savestate = "false"
savestate_features = "null"
savestate = "true"
savestate_features = "serialized"
cheats = "false"
input_descriptors = "true"
memory_descriptors = "false"