NvFlinger: Remove leftover from corrections and clang format.
This commit is contained in:
parent
9f2719d1a4
commit
75395605d6
1 changed files with 0 additions and 4 deletions
|
@ -36,10 +36,6 @@ NVFlinger::NVFlinger(Core::System& system) : system(system) {
|
||||||
displays.emplace_back(3, "Internal", system);
|
displays.emplace_back(3, "Internal", system);
|
||||||
displays.emplace_back(4, "Null", system);
|
displays.emplace_back(4, "Null", system);
|
||||||
|
|
||||||
for (auto& display : displays) {
|
|
||||||
display.SignalVSyncEvent();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Schedule the screen composition events
|
// Schedule the screen composition events
|
||||||
composition_event = system.CoreTiming().RegisterEvent(
|
composition_event = system.CoreTiming().RegisterEvent(
|
||||||
"ScreenComposition", [this](u64 userdata, s64 cycles_late) {
|
"ScreenComposition", [this](u64 userdata, s64 cycles_late) {
|
||||||
|
|
Loading…
Reference in a new issue