mirror of
				https://github.com/hedge-dev/XenonRecomp.git
				synced 2025-11-04 06:47:09 +00:00 
			
		
		
		
	Remove manual map
This commit is contained in:
		@@ -12,7 +12,7 @@ int main()
 | 
			
		||||
        image.symbols.emplace(section.name, section.base, section.size, Symbol_Section);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    image.symbols.emplace("_start", image.entry_point, 0x30, Symbol_Function);
 | 
			
		||||
    // image.symbols.emplace("_start", image.entry_point, 0x30, Symbol_Function);
 | 
			
		||||
 | 
			
		||||
    for (const auto& section : image.sections)
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user