mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -04:00
dmnt: reload modules on NRO load/unload
This commit is contained in:
parent
d216a77187
commit
534c2c76f5
3 changed files with 41 additions and 2 deletions
|
@ -155,6 +155,9 @@ namespace ams::dmnt {
|
|||
}
|
||||
|
||||
Result DebugProcess::CollectModules() {
|
||||
/* Reset our module count. */
|
||||
m_module_count = 0;
|
||||
|
||||
/* Traverse the address space, looking for modules. */
|
||||
uintptr_t address = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue