mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 00:38:59 -05:00
nso: Fixes to support homebrew NSOs without a MOD header.
This commit is contained in:
@ -47,7 +47,7 @@ private:
|
||||
|
||||
void WriteRelocations(const std::vector<Symbol>& symbols, VAddr load_base,
|
||||
u64 relocation_offset, u64 size, bool is_jump_relocation);
|
||||
VAddr GetEntryPoint() const;
|
||||
VAddr GetEntryPoint(VAddr load_base) const;
|
||||
bool LoadNso(const std::string& path, VAddr load_base);
|
||||
void Relocate(VAddr load_base, VAddr dynamic_section_addr);
|
||||
|
||||
|
Reference in New Issue
Block a user