mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
kevent: fix race on process exit event
This commit is contained in:
parent
d0d22529f9
commit
b0b0226064
3 changed files with 7 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ struct Process final {
|
|||
sint budgetId{1};
|
||||
bool isInSandbox = false;
|
||||
EventEmitter event;
|
||||
std::optional<sint> exitStatus;
|
||||
|
||||
std::uint32_t sdkVersion = -1;
|
||||
std::uint64_t nextTlsSlot = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue