mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Core : Change variable type
and fix various warnings
This commit is contained in:
		
							parent
							
								
									f7050021de
								
							
						
					
					
						commit
						972dccc3f6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -191,7 +191,7 @@ static THREEDSX_Error Load3DSXFile(FileUtil::IOFile& file, u32 base_addr, Shared | |||
|                             *pos = (addr); | ||||
|                             break; | ||||
|                         case 1: | ||||
|                             *pos = (addr - in_addr); | ||||
|                             *pos = static_cast<u32>(addr - in_addr); | ||||
|                             break; | ||||
|                         default: | ||||
|                             break; //this should never happen
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue