mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #957 from lioncash/event
nvflinger: Correct typo in name of composition event
This commit is contained in:
		
						commit
						7ed8565978
					
				@ -34,7 +34,7 @@ NVFlinger::NVFlinger() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    // Schedule the screen composition events
 | 
					    // Schedule the screen composition events
 | 
				
			||||||
    composition_event =
 | 
					    composition_event =
 | 
				
			||||||
        CoreTiming::RegisterEvent("ScreenCompositioin", [this](u64 userdata, int cycles_late) {
 | 
					        CoreTiming::RegisterEvent("ScreenComposition", [this](u64 userdata, int cycles_late) {
 | 
				
			||||||
            Compose();
 | 
					            Compose();
 | 
				
			||||||
            CoreTiming::ScheduleEvent(frame_ticks - cycles_late, composition_event);
 | 
					            CoreTiming::ScheduleEvent(frame_ticks - cycles_late, composition_event);
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user