mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	logger: Use Service_HID category where applicable.
This commit is contained in:
		
							parent
							
								
									764bbaa19c
								
							
						
					
					
						commit
						ea615ef5a4
					
				@ -49,7 +49,7 @@ private:
 | 
			
		||||
        IPC::ResponseBuilder rb{ctx, 2, 1};
 | 
			
		||||
        rb.Push(RESULT_SUCCESS);
 | 
			
		||||
        rb.PushCopyObjects(shared_mem);
 | 
			
		||||
        LOG_DEBUG(Service, "called");
 | 
			
		||||
        LOG_DEBUG(Service_HID, "called");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    void LoadInputDevices() {
 | 
			
		||||
@ -172,7 +172,7 @@ private:
 | 
			
		||||
        IPC::ResponseBuilder rb{ctx, 2, 0, 1};
 | 
			
		||||
        rb.Push(RESULT_SUCCESS);
 | 
			
		||||
        rb.PushIpcInterface<IAppletResource>(applet_resource);
 | 
			
		||||
        LOG_DEBUG(Service, "called");
 | 
			
		||||
        LOG_DEBUG(Service_HID, "called");
 | 
			
		||||
    }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user