loader: Move NSO module tracking to AppLoader

Also cleanup of general stuff
This commit is contained in:
Zach Hilman 2019-05-26 11:40:41 -04:00
parent cdf52b9374
commit b77fde7c5c
22 changed files with 147 additions and 80 deletions

View file

@ -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: