mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-08-02 23:03:37 +00:00
Revert shutdown locks for now (deadlock on macOS)
This commit is contained in:
parent
e46b739311
commit
72b791cc5e
1 changed files with 1 additions and 1 deletions
|
|
@ -263,8 +263,8 @@ func (f *Frontend) Start() {
|
|||
}
|
||||
}
|
||||
f.Shutdown()
|
||||
f.mui.Unlock()
|
||||
}()
|
||||
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