mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	HLE/IPC: remove assertion on empty buffer.
Some service functions do require to push an empty buffer in some cases. See APT:ReceiveParameter/GlanceParameter
This commit is contained in:
		
							parent
							
								
									66141ed004
								
							
						
					
					
						commit
						c4db298a7d
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -52,7 +52,6 @@ void HLERequestContext::ClearIncomingObjects() { | |||
| } | ||||
| 
 | ||||
| const std::vector<u8>& HLERequestContext::GetStaticBuffer(u8 buffer_id) const { | ||||
|     ASSERT_MSG(!static_buffers[buffer_id].empty(), "Empty static buffer!"); | ||||
|     return static_buffers[buffer_id]; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue