dmnt: reload modules on NRO load/unload

This commit is contained in:
Michael Scire
2021-07-22 06:01:07 -07:00
committed by SciresM
parent d216a77187
commit 534c2c76f5
3 changed files with 41 additions and 2 deletions

View File

@@ -137,13 +137,13 @@ namespace ams::dmnt {
Result GetProcessDebugEvent(svc::DebugEventInfo *out);
void GetBranchTarget(svc::ThreadContext &ctx, u64 thread_id, u64 &current_pc, u64 &target);
Result CollectModules();
private:
Result Start();
s32 ThreadCreate(u64 thread_id);
void ThreadExit(u64 thread_id);
Result CollectModules();
};
}