Fix invalid memory map entries
This commit is contained in:
		
							parent
							
								
									d83f8fbd25
								
							
						
					
					
						commit
						52088a4d10
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -808,7 +808,7 @@ static void set_input_descriptors()
 | 
				
			||||||
static void set_memory_descriptors(void)
 | 
					static void set_memory_descriptors(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
   const uint64_t mem = RETRO_MEMORY_SYSTEM_RAM;
 | 
					   const uint64_t mem = RETRO_MEMORY_SYSTEM_RAM;
 | 
				
			||||||
   struct retro_memory_descriptor desc[9] = {
 | 
					   struct retro_memory_descriptor desc[2] = {
 | 
				
			||||||
      { mem, iwram, 0x00000 + 0x8000, 0x3000000, 0, 0,  0x8000, NULL },
 | 
					      { mem, iwram, 0x00000 + 0x8000, 0x3000000, 0, 0,  0x8000, NULL },
 | 
				
			||||||
      { mem, ewram, 0x00000,          0x2000000, 0, 0, 0x40000, NULL },
 | 
					      { mem, ewram, 0x00000,          0x2000000, 0, 0, 0x40000, NULL },
 | 
				
			||||||
   };
 | 
					   };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue