mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Kernel/Memory: Remove the Shared Memory region from the legacy memory map.
This commit is contained in:
		
							parent
							
								
									1bd0cf542f
								
							
						
					
					
						commit
						f72bd57212
					
				@ -107,7 +107,6 @@ struct MemoryArea {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// We don't declare the IO regions in here since its handled by other means.
 | 
					// We don't declare the IO regions in here since its handled by other means.
 | 
				
			||||||
static MemoryArea memory_areas[] = {
 | 
					static MemoryArea memory_areas[] = {
 | 
				
			||||||
    {SHARED_MEMORY_VADDR, SHARED_MEMORY_SIZE,     "Shared Memory"}, // Shared memory
 | 
					 | 
				
			||||||
    {VRAM_VADDR,          VRAM_SIZE,              "VRAM"},          // Video memory (VRAM)
 | 
					    {VRAM_VADDR,          VRAM_SIZE,              "VRAM"},          // Video memory (VRAM)
 | 
				
			||||||
    {TLS_AREA_VADDR,      TLS_AREA_SIZE,          "TLS Area"},      // TLS memory
 | 
					    {TLS_AREA_VADDR,      TLS_AREA_SIZE,          "TLS Area"},      // TLS memory
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user