mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Initialize base address to 0x0
This commit is contained in:
		
							parent
							
								
									8af5753da5
								
							
						
					
					
						commit
						25a43cd2ec
					
				@ -16,6 +16,7 @@ SharedPtr<SharedMemory> SharedMemory::Create(std::string name) {
 | 
				
			|||||||
    SharedPtr<SharedMemory> shared_memory(new SharedMemory);
 | 
					    SharedPtr<SharedMemory> shared_memory(new SharedMemory);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    shared_memory->name = std::move(name);
 | 
					    shared_memory->name = std::move(name);
 | 
				
			||||||
 | 
					    shared_memory->base_address = 0x0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return shared_memory;
 | 
					    return shared_memory;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user