Explorar el Código

NvFlinger: Remove leftover from corrections and clang format.

Fernando Sahmkow hace 6 años
padre
commit
75395605d6
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      src/core/hle/service/nvflinger/nvflinger.cpp

+ 0 - 4
src/core/hle/service/nvflinger/nvflinger.cpp

@@ -36,10 +36,6 @@ NVFlinger::NVFlinger(Core::System& system) : system(system) {
     displays.emplace_back(3, "Internal", system);
     displays.emplace_back(4, "Null", system);
 
-    for (auto& display : displays) {
-        display.SignalVSyncEvent();
-    }
-
     // Schedule the screen composition events
     composition_event = system.CoreTiming().RegisterEvent(
         "ScreenComposition", [this](u64 userdata, s64 cycles_late) {