summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2019-09-27 12:00:34 -0400
committerGravatar FernandoS272019-10-04 19:59:54 -0400
commit75395605d69f3515c72437135ebafee80eba775c (patch)
treee00d54beb156adcf11098a131edfb182306adb43 /src
parentGl_Rasterizer: Protect CPU Memory mapping from multiple threads. (diff)
downloadyuzu-75395605d69f3515c72437135ebafee80eba775c.tar.gz
yuzu-75395605d69f3515c72437135ebafee80eba775c.tar.xz
yuzu-75395605d69f3515c72437135ebafee80eba775c.zip
NvFlinger: Remove leftover from corrections and clang format.
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/nvflinger/nvflinger.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.cpp b/src/core/hle/service/nvflinger/nvflinger.cpp
index 6eee20efe..e00b665ea 100644
--- a/src/core/hle/service/nvflinger/nvflinger.cpp
+++ b/src/core/hle/service/nvflinger/nvflinger.cpp
@@ -36,10 +36,6 @@ NVFlinger::NVFlinger(Core::System& system) : system(system) {
36 displays.emplace_back(3, "Internal", system); 36 displays.emplace_back(3, "Internal", system);
37 displays.emplace_back(4, "Null", system); 37 displays.emplace_back(4, "Null", system);
38 38
39 for (auto& display : displays) {
40 display.SignalVSyncEvent();
41 }
42
43 // Schedule the screen composition events 39 // Schedule the screen composition events
44 composition_event = system.CoreTiming().RegisterEvent( 40 composition_event = system.CoreTiming().RegisterEvent(
45 "ScreenComposition", [this](u64 userdata, s64 cycles_late) { 41 "ScreenComposition", [this](u64 userdata, s64 cycles_late) {