diff options
| author | 2019-05-26 11:40:41 -0400 | |
|---|---|---|
| committer | 2019-05-26 11:40:46 -0400 | |
| commit | b77fde7c5c1f63aad9d4f01ea625805661870f3e (patch) | |
| tree | 1a69520beebaac50ecd19d4c54828f7b8a498dd0 /src/core/core.h | |
| parent | prepo: Save reports from PlayReport service (diff) | |
| download | yuzu-b77fde7c5c1f63aad9d4f01ea625805661870f3e.tar.gz yuzu-b77fde7c5c1f63aad9d4f01ea625805661870f3e.tar.xz yuzu-b77fde7c5c1f63aad9d4f01ea625805661870f3e.zip | |
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: | |||
| 287 | 287 | ||
| 288 | void ClearContentProvider(FileSys::ContentProviderUnionSlot slot); | 288 | void ClearContentProvider(FileSys::ContentProviderUnionSlot slot); |
| 289 | 289 | ||
| 290 | void RegisterNSOModule(std::string name, VAddr start_address); | ||
| 291 | |||
| 292 | const std::map<VAddr, std::string, std::greater<>>& GetRegisteredNSOModules() const; | ||
| 293 | |||
| 294 | const Reporter& GetReporter() const; | 290 | const Reporter& GetReporter() const; |
| 295 | 291 | ||
| 296 | private: | 292 | private: |