forked from eden-emu/eden
loader: don't reassign program ID on npdm reparse
This commit is contained in:
parent
184ee2d890
commit
2f0db2708c
3 changed files with 10 additions and 1 deletions
|
@ -56,6 +56,7 @@ public:
|
|||
static ProgramMetadata GetDefault();
|
||||
|
||||
Loader::ResultStatus Load(VirtualFile file);
|
||||
Loader::ResultStatus Reload(VirtualFile file);
|
||||
|
||||
/// Load from parameters instead of NPDM file, used for KIP
|
||||
void LoadManual(bool is_64_bit, ProgramAddressSpaceType address_space, s32 main_thread_prio,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue