mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Merge pull request #164 from ogniK5377/libnx_sm_fix
Don't call UNIMPLEMENTED for 'empty services', just return error code
This commit is contained in:
		
						commit
						294b2b2c17
					
				| @ -103,6 +103,8 @@ void SM::GetService(Kernel::HLERequestContext& ctx) { | |||||||
|         rb.Push(client_port.Code()); |         rb.Push(client_port.Code()); | ||||||
|         LOG_ERROR(Service_SM, "called service=%s -> error 0x%08X", name.c_str(), |         LOG_ERROR(Service_SM, "called service=%s -> error 0x%08X", name.c_str(), | ||||||
|                   client_port.Code().raw); |                   client_port.Code().raw); | ||||||
|  |         if (name.length() == 0) | ||||||
|  |             return; // LibNX Fix
 | ||||||
|         UNIMPLEMENTED(); |         UNIMPLEMENTED(); | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei