mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	core: use nested namespaces
This commit is contained in:
		
							parent
							
								
									f409342ab5
								
							
						
					
					
						commit
						39e163b7ce
					
				
					 19 changed files with 40 additions and 80 deletions
				
			
		| 
						 | 
				
			
			@ -34,8 +34,7 @@ struct hash<Service::APT::AppletId> {
 | 
			
		|||
};
 | 
			
		||||
} // namespace std
 | 
			
		||||
 | 
			
		||||
namespace HLE {
 | 
			
		||||
namespace Applets {
 | 
			
		||||
namespace HLE::Applets {
 | 
			
		||||
 | 
			
		||||
static std::unordered_map<Service::APT::AppletId, std::shared_ptr<Applet>> applets;
 | 
			
		||||
/// The CoreTiming event identifier for the Applet update callback.
 | 
			
		||||
| 
						 | 
				
			
			@ -136,5 +135,4 @@ void Init() {
 | 
			
		|||
void Shutdown() {
 | 
			
		||||
    Core::System::GetInstance().CoreTiming().RemoveEvent(applet_update_event);
 | 
			
		||||
}
 | 
			
		||||
} // namespace Applets
 | 
			
		||||
} // namespace HLE
 | 
			
		||||
} // namespace HLE::Applets
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue