From 3c02cdcc5700a1a7b576f95767b2c48892967189 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 5 Feb 2019 15:55:15 -0500 Subject: 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. --- src/core/hle/service/vi/vi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/vi') diff --git a/src/core/hle/service/vi/vi.cpp b/src/core/hle/service/vi/vi.cpp index fe08c38f2..724d48df8 100644 --- a/src/core/hle/service/vi/vi.cpp +++ b/src/core/hle/service/vi/vi.cpp @@ -1088,7 +1088,7 @@ private: LOG_WARNING(Service_VI, "(STUBBED) called. display_id=0x{:016X}", display_id); - const auto vsync_event = nv_flinger->GetVsyncEvent(display_id); + const auto vsync_event = nv_flinger->FindVsyncEvent(display_id); IPC::ResponseBuilder rb{ctx, 2, 1}; rb.Push(RESULT_SUCCESS); -- cgit v1.2.3