mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-29 04:50:06 +00:00
Fix crash when loading games too early (also for mac)
This commit is contained in:
parent
72b791cc5e
commit
7e612458a0
1 changed files with 1 additions and 1 deletions
|
|
@ -262,9 +262,9 @@ func (f *Frontend) Start() {
|
|||
f.log.Error().Err(err).Msg("save on quit failed")
|
||||
}
|
||||
}
|
||||
f.mui.Unlock()
|
||||
f.Shutdown()
|
||||
}()
|
||||
defer f.mui.Unlock()
|
||||
|
||||
if f.HasSave() {
|
||||
// advance 1 frame for Mupen, DOSBox save states
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue