mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-08 02:37:52 -05:00
hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.
This commit is contained in:
@ -35,7 +35,7 @@ class nvdevice;
|
||||
|
||||
/// Represents an Nvidia event
|
||||
struct NvEvent {
|
||||
std::unique_ptr<Kernel::KEvent> event;
|
||||
Kernel::KEvent* event{};
|
||||
Fence fence{};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user