mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	arm_dynarmic: ClearInstructionCache should clear all instruction caches
Bugfix of 67a70bd.
			
			
This commit is contained in:
		
							parent
							
								
									c810a3f3b0
								
							
						
					
					
						commit
						2d917f8ca0
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -168,7 +168,9 @@ void ARM_Dynarmic::PrepareReschedule() { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void ARM_Dynarmic::ClearInstructionCache() { | void ARM_Dynarmic::ClearInstructionCache() { | ||||||
|     jit->ClearCache(); |     for (const auto& j : jits) { | ||||||
|  |         j.second->ClearCache(); | ||||||
|  |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void ARM_Dynarmic::PageTableChanged() { | void ARM_Dynarmic::PageTableChanged() { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue