mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	service: nfc: Silence ListDevices
This commit is contained in:
		@@ -97,7 +97,7 @@ void IUser::IsNfcEnabled(Kernel::HLERequestContext& ctx) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void IUser::ListDevices(Kernel::HLERequestContext& ctx) {
 | 
			
		||||
    LOG_INFO(Service_NFC, "called");
 | 
			
		||||
    LOG_DEBUG(Service_NFC, "called");
 | 
			
		||||
 | 
			
		||||
    if (state == State::NonInitialized) {
 | 
			
		||||
        IPC::ResponseBuilder rb{ctx, 2};
 | 
			
		||||
 
 | 
			
		||||
@@ -83,7 +83,7 @@ void IUser::Finalize(Kernel::HLERequestContext& ctx) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void IUser::ListDevices(Kernel::HLERequestContext& ctx) {
 | 
			
		||||
    LOG_INFO(Service_NFP, "called");
 | 
			
		||||
    LOG_DEBUG(Service_NFP, "called");
 | 
			
		||||
 | 
			
		||||
    if (state == State::NonInitialized) {
 | 
			
		||||
        IPC::ResponseBuilder rb{ctx, 2};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user