mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Add warning if Domain request has no domain message header
This commit is contained in:
		
							parent
							
								
									827152d1fd
								
							
						
					
					
						commit
						1289a3c3c1
					
				| @ -89,6 +89,9 @@ void HLERequestContext::ParseCommandBuffer(u32_le* src_cmdbuf, bool incoming) { | |||||||
|         if (incoming || domain_message_header) { |         if (incoming || domain_message_header) { | ||||||
|             domain_message_header = |             domain_message_header = | ||||||
|                 std::make_unique<IPC::DomainMessageHeader>(rp.PopRaw<IPC::DomainMessageHeader>()); |                 std::make_unique<IPC::DomainMessageHeader>(rp.PopRaw<IPC::DomainMessageHeader>()); | ||||||
|  |         } else { | ||||||
|  |             if (Session()->IsDomain()) | ||||||
|  |                 LOG_WARNING(IPC, "Domain request has no DomainMessageHeader!"); | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 mailwl
						mailwl