mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	CoreTiming: Reworked CoreTiming (#3119)
* CoreTiming: New CoreTiming; Add Test for CoreTiming
This commit is contained in:
		
							parent
							
								
									b7cf793814
								
							
						
					
					
						commit
						e9a95b2e7d
					
				
					 18 changed files with 678 additions and 593 deletions
				
			
		| 
						 | 
				
			
			@ -38,8 +38,8 @@ namespace HLE {
 | 
			
		|||
namespace Applets {
 | 
			
		||||
 | 
			
		||||
static std::unordered_map<Service::APT::AppletId, std::shared_ptr<Applet>> applets;
 | 
			
		||||
static u32 applet_update_event =
 | 
			
		||||
    -1; ///< The CoreTiming event identifier for the Applet update callback.
 | 
			
		||||
/// The CoreTiming event identifier for the Applet update callback.
 | 
			
		||||
static CoreTiming::EventType* applet_update_event = nullptr;
 | 
			
		||||
/// The interval at which the Applet update callback will be called, 16.6ms
 | 
			
		||||
static const u64 applet_update_interval_us = 16666;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue