mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 15:35:46 +00:00
NvFlinger: Remove leftover from corrections and clang format.
This commit is contained in:
parent
0775dffe14
commit
5a98b5a19f
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…
Add table
Add a link
Reference in a new issue