mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime.
This commit is contained in:
		
							parent
							
								
									3bde97ea05
								
							
						
					
					
						commit
						7a3ab7c63d
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -56,7 +56,9 @@ static Dynarmic::UserCallbacks GetUserCallbacks( | |||
|     user_callbacks.memory.Write16 = &Memory::Write16; | ||||
|     user_callbacks.memory.Write32 = &Memory::Write32; | ||||
|     user_callbacks.memory.Write64 = &Memory::Write64; | ||||
|     user_callbacks.page_table = Memory::GetCurrentPageTablePointers(); | ||||
|     // TODO(Subv): Re-add the page table pointers once dynarmic supports switching page tables at
 | ||||
|     // runtime.
 | ||||
|     user_callbacks.page_table = nullptr; | ||||
|     user_callbacks.coprocessors[15] = std::make_shared<DynarmicCP15>(interpeter_state); | ||||
|     return user_callbacks; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue