diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-05-26 11:40:41 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-05-26 11:40:46 -0400 |
commit | b77fde7c5c1f63aad9d4f01ea625805661870f3e (patch) | |
tree | 1a69520beebaac50ecd19d4c54828f7b8a498dd0 /src/core/core.h | |
parent | cdf52b9374469a69d04b80753af12da57c3ad57e (diff) |
loader: Move NSO module tracking to AppLoader
Also cleanup of general stuff
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/core.h b/src/core/core.h index 440cdbbf0..e033057aa 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -287,10 +287,6 @@ public: void ClearContentProvider(FileSys::ContentProviderUnionSlot slot); - void RegisterNSOModule(std::string name, VAddr start_address); - - const std::map<VAddr, std::string, std::greater<>>& GetRegisteredNSOModules() const; - const Reporter& GetReporter() const; private: |