mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Gui log bugfix
This commit is contained in:
parent
b7eda71673
commit
4438163da1
|
|
@ -73,7 +73,7 @@ struct gui_listener : logs::listener
|
|||
_new->msg += text;
|
||||
_new->msg += '\n';
|
||||
|
||||
last = last->next = _new;
|
||||
last.exchange(_new)->next = _new;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue