mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 15:07:57 -05:00
loader: Move NSO module tracking to AppLoader
Also cleanup of general stuff
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user