mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 20:38:17 -05:00
kernel/event: Reference ReadableEvent from WritableEvent
This commit is contained in:
@ -45,7 +45,7 @@ struct Display {
|
||||
std::string name;
|
||||
|
||||
std::vector<Layer> layers;
|
||||
Kernel::SharedPtr<Kernel::WritableEvent> vsync_event;
|
||||
Kernel::EventPair vsync_event;
|
||||
};
|
||||
|
||||
class NVFlinger final {
|
||||
|
Reference in New Issue
Block a user