mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Fixed type conversion ambiguity
This commit is contained in:
		
							parent
							
								
									b07af7dda8
								
							
						
					
					
						commit
						a13ab958cb
					
				
					 32 changed files with 97 additions and 91 deletions
				
			
		|  | @ -264,7 +264,7 @@ void Source::GenerateFrame() { | |||
|             break; | ||||
|         } | ||||
|     } | ||||
|     state.next_sample_number += frame_position; | ||||
|     state.next_sample_number += static_cast<u32>(frame_position); | ||||
| 
 | ||||
|     state.filters.ProcessFrame(current_frame); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue