mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #1296 from lioncash/warn
svc: Remove superfluous printf argument
This commit is contained in:
		
						commit
						8f39297c53
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue