mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	core: backport some ResultCode updates (#6645)
Co-authored-by: Lioncash <mathew1800@gmail.com> Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									0b37c1da57
								
							
						
					
					
						commit
						2126c240cd
					
				
					 34 changed files with 1204 additions and 277 deletions
				
			
		| 
						 | 
				
			
			@ -432,7 +432,7 @@ ResultVal<void*> Module::GetConfigInfoBlockPointer(u32 block_id, u32 size, u32 f
 | 
			
		|||
    else
 | 
			
		||||
        pointer = &cfg_config_file_buffer[itr->offset_or_data];
 | 
			
		||||
 | 
			
		||||
    return MakeResult<void*>(pointer);
 | 
			
		||||
    return pointer;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ResultCode Module::GetConfigInfoBlock(u32 block_id, u32 size, u32 flag, void* output) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue