mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-07-12 13:14:17 +00:00
hle: kernel: Migrate KEvent to KAutoObject.
This commit is contained in:
@@ -35,7 +35,7 @@ class nvdevice;
|
||||
|
||||
/// Represents an Nvidia event
|
||||
struct NvEvent {
|
||||
std::shared_ptr<Kernel::KEvent> event;
|
||||
std::unique_ptr<Kernel::KEvent> event;
|
||||
Fence fence{};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user