mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	pctl: Remove duplicate InstallInterfaces function.
This commit is contained in:
		@@ -9,10 +9,6 @@
 | 
			
		||||
namespace Service {
 | 
			
		||||
namespace PCTL {
 | 
			
		||||
 | 
			
		||||
void InstallInterfaces(SM::ServiceManager& service_manager) {
 | 
			
		||||
    std::make_shared<PCTL_A>()->InstallAsService(service_manager);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void PCTL_A::GetService(Kernel::HLERequestContext& ctx) {
 | 
			
		||||
    LOG_WARNING(Service, "(STUBBED) called");
 | 
			
		||||
    IPC::RequestBuilder rb{ctx, 1};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user