mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	vi: Use new CoreTiming::EventType
This commit is contained in:
		
							parent
							
								
									34ae2ec644
								
							
						
					
					
						commit
						7e0ff43da0
					
				@ -9,6 +9,10 @@
 | 
			
		||||
#include "core/hle/kernel/event.h"
 | 
			
		||||
#include "core/hle/service/service.h"
 | 
			
		||||
 | 
			
		||||
namespace CoreTiming {
 | 
			
		||||
struct EventType;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
namespace Service {
 | 
			
		||||
namespace VI {
 | 
			
		||||
 | 
			
		||||
@ -122,7 +126,7 @@ private:
 | 
			
		||||
    u32 next_buffer_queue_id = 1;
 | 
			
		||||
 | 
			
		||||
    /// CoreTiming event that handles screen composition.
 | 
			
		||||
    int composition_event;
 | 
			
		||||
    CoreTiming::EventType* composition_event;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
class IApplicationDisplayService final : public ServiceFramework<IApplicationDisplayService> {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user