Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sergystepanov committed Oct 20, 2023
1 parent b24762b commit 25a878d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/worker/caged/libretro/frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ func (f *Frontend) Start() {
f.nano.LastFrameTime = time.Now().UnixNano()

f.mui.Lock()
defer f.mui.Unlock()
defer f.Shutdown()
defer f.mui.Unlock()

if f.HasSave() {
// advance 1 frame for Mupen save state
Expand Down

0 comments on commit 25a878d

Please sign in to comment.