mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	service: removed PT_A from, as this was just an alias for APT_U
This commit is contained in:
		
							parent
							
								
									007b7edada
								
							
						
					
					
						commit
						2482be13df
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -13,7 +13,6 @@
 | 
			
		|||
#include "core/hle/service/gsp.h"
 | 
			
		||||
#include "core/hle/service/hid.h"
 | 
			
		||||
#include "core/hle/service/ndm.h"
 | 
			
		||||
#include "core/hle/service/pt.h"
 | 
			
		||||
#include "core/hle/service/srv.h"
 | 
			
		||||
 | 
			
		||||
#include "core/hle/kernel/kernel.h"
 | 
			
		||||
| 
						 | 
				
			
			@ -75,7 +74,6 @@ void Init() {
 | 
			
		|||
    g_manager->AddService(new GSP_GPU::Interface);
 | 
			
		||||
    g_manager->AddService(new HID_User::Interface);
 | 
			
		||||
    g_manager->AddService(new NDM_U::Interface);
 | 
			
		||||
    g_manager->AddService(new PT_A::Interface);
 | 
			
		||||
 | 
			
		||||
    NOTICE_LOG(HLE, "initialized OK");
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue