mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Core : Fix Conversion Warnings
This commit is contained in:
		
							parent
							
								
									6e9a6ca6bf
								
							
						
					
					
						commit
						1be1ff23a9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -502,7 +502,7 @@ void Advance() { | ||||||
|         Core::g_app_core->down_count += diff; |         Core::g_app_core->down_count += diff; | ||||||
|     } |     } | ||||||
|     if (advance_callback) |     if (advance_callback) | ||||||
|         advance_callback(cycles_executed); |         advance_callback(static_cast<int>(cycles_executed)); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void LogPendingEvents() { | void LogPendingEvents() { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue