mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Changed u8* to MemoryRef
This commit is contained in:
		
							parent
							
								
									cf985631e0
								
							
						
					
					
						commit
						65d96bf6c1
					
				
					 24 changed files with 486 additions and 177 deletions
				
			
		| 
						 | 
				
			
			@ -298,7 +298,7 @@ void ARM_Dynarmic::PageTableChanged() {
 | 
			
		|||
std::unique_ptr<Dynarmic::A32::Jit> ARM_Dynarmic::MakeJit() {
 | 
			
		||||
    Dynarmic::A32::UserConfig config;
 | 
			
		||||
    config.callbacks = cb.get();
 | 
			
		||||
    config.page_table = ¤t_page_table->pointers;
 | 
			
		||||
    config.page_table = ¤t_page_table->GetPointerArray();
 | 
			
		||||
    config.coprocessors[15] = std::make_shared<DynarmicCP15>(interpreter_state);
 | 
			
		||||
    config.define_unpredictable_behaviour = true;
 | 
			
		||||
    return std::make_unique<Dynarmic::A32::Jit>(config);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue