summaryrefslogtreecommitdiffstats
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/core.h4
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: