mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	loader: elf: Fix process initialization using ProgramMetadata default.
This commit is contained in:
		
							parent
							
								
									f0a7f05070
								
							
						
					
					
						commit
						68039addbc
					
				| @ -398,6 +398,11 @@ AppLoader_ELF::LoadResult AppLoader_ELF::Load(Kernel::Process& process) { | ||||
|     Kernel::CodeSet codeset = elf_reader.LoadInto(base_address); | ||||
|     const VAddr entry_point = codeset.entrypoint; | ||||
| 
 | ||||
|     // Setup the process code layout
 | ||||
|     if (process.LoadFromMetadata(FileSys::ProgramMetadata::GetDefault(), buffer.size()).IsError()) { | ||||
|         return {ResultStatus::ErrorNotInitialized, {}}; | ||||
|     } | ||||
| 
 | ||||
|     process.LoadModule(std::move(codeset), entry_point); | ||||
| 
 | ||||
|     is_loaded = true; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei