mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
[orbis-kernel] Improve kdelete safety
This commit is contained in:
parent
9717128c1f
commit
191a9459af
5 changed files with 12 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ enum {
|
|||
kEvfWaitModeClearPat = 0x20,
|
||||
};
|
||||
|
||||
struct EventFlag {
|
||||
struct EventFlag final {
|
||||
char name[32];
|
||||
|
||||
bool isDeleted = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue