mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 13:27:56 +00:00
service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent()
This was missed within #2075. Renames the member function to make it consistent with the rest of the Find* functions.
This commit is contained in:
parent
38df722dc7
commit
797fbcc6dd
3 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ public:
|
|||
u32 FindBufferQueueId(u64 display_id, u64 layer_id) const;
|
||||
|
||||
/// Gets the vsync event for the specified display.
|
||||
Kernel::SharedPtr<Kernel::ReadableEvent> GetVsyncEvent(u64 display_id);
|
||||
Kernel::SharedPtr<Kernel::ReadableEvent> FindVsyncEvent(u64 display_id);
|
||||
|
||||
/// Obtains a buffer queue identified by the ID.
|
||||
std::shared_ptr<BufferQueue> FindBufferQueue(u32 id) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue