mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Memory: move PageTable functions into class
This commit is contained in:
		
							parent
							
								
									b199b7ada9
								
							
						
					
					
						commit
						8c618c3fc3
					
				
					 8 changed files with 19 additions and 16 deletions
				
			
		|  | @ -33,7 +33,7 @@ TestEnvironment::TestEnvironment(bool mutable_memory_) | |||
|     Memory::MapIoRegion(*page_table, 0x00000000, 0x80000000, test_memory); | ||||
|     Memory::MapIoRegion(*page_table, 0x80000000, 0x80000000, test_memory); | ||||
| 
 | ||||
|     Memory::SetCurrentPageTable(page_table); | ||||
|     memory.SetCurrentPageTable(page_table); | ||||
| } | ||||
| 
 | ||||
| TestEnvironment::~TestEnvironment() { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue