mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	svc: Remove superfluous printf argument
This commit is contained in:
		@@ -807,7 +807,7 @@ static ResultCode GetSystemInfo(s64* out, u32 type, s32 param) {
 | 
			
		||||
        }
 | 
			
		||||
        break;
 | 
			
		||||
    case SystemInfoType::KERNEL_ALLOCATED_PAGES:
 | 
			
		||||
        LOG_ERROR(Kernel_SVC, "unimplemented GetSystemInfo type=2 param=%d", type, param);
 | 
			
		||||
        LOG_ERROR(Kernel_SVC, "unimplemented GetSystemInfo type=2 param=%d", param);
 | 
			
		||||
        *out = 0;
 | 
			
		||||
        break;
 | 
			
		||||
    case SystemInfoType::KERNEL_SPAWNED_PIDS:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user