mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-01-20 20:00:16 +01:00
fixup! hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
This commit is contained in:
parent
703d7aaab6
commit
9434603450
@ -27,7 +27,7 @@ public:
|
|||||||
name = std::move(name_);
|
name = std::move(name_);
|
||||||
}
|
}
|
||||||
|
|
||||||
constexpr KEvent* GetParent() const {
|
KEvent* GetParent() const {
|
||||||
return parent;
|
return parent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ public:
|
|||||||
ResultCode Signal();
|
ResultCode Signal();
|
||||||
ResultCode Clear();
|
ResultCode Clear();
|
||||||
|
|
||||||
constexpr KEvent* GetParent() const {
|
KEvent* GetParent() const {
|
||||||
return parent;
|
return parent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user