mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #4803 from FearlessTobi/port-2580
Port yuzu-emu/yuzu#2580: "kernel/vm_manager: Remove redundant Reset call in destructor "
This commit is contained in:
		
						commit
						0b4be6e53a
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -40,9 +40,7 @@ VMManager::VMManager(Memory::MemorySystem& memory) : memory(memory) { | |||
|     Reset(); | ||||
| } | ||||
| 
 | ||||
| VMManager::~VMManager() { | ||||
|     Reset(); | ||||
| } | ||||
| VMManager::~VMManager() = default; | ||||
| 
 | ||||
| void VMManager::Reset() { | ||||
|     vma_map.clear(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue