mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-17 16:50:31 +00:00
Use the actual state size when loading ROMs
This commit is contained in:
parent
83056bbf4f
commit
36da07f277
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ func RestoreSaveState(st State) error {
|
|||
return errors.New("empty load state")
|
||||
}
|
||||
|
||||
size := C.bridge_retro_serialize_size(retroSerializeSize)
|
||||
size := C.size_t(len(st))
|
||||
rez := false
|
||||
|
||||
if Nan0.LibCo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue