info: Enable savestate support for px68k
Suggested by @negativeExponent over at https://github.com/libretro/libretro-core-info/pull/69 .
This commit is contained in:
parent
7983b6a71d
commit
5de26f698a
|
@ -16,7 +16,7 @@ systemid = "sharp_x68000"
|
|||
# Libretro Features
|
||||
supports_no_game = "true"
|
||||
database = "Sharp - X68000"
|
||||
savestate = "false"
|
||||
savestate = "true"
|
||||
cheats = "false"
|
||||
input_descriptors = "true"
|
||||
memory_descriptors = "false"
|
||||
|
|
Loading…
Reference in New Issue