mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 09:38:14 -05:00
loader: Move NSO module tracking to AppLoader
Also cleanup of general stuff
This commit is contained in:
@ -278,6 +278,12 @@ public:
|
||||
return ResultStatus::ErrorNotImplemented;
|
||||
}
|
||||
|
||||
using Modules = std::map<VAddr, std::string>;
|
||||
|
||||
virtual ResultStatus ReadNSOModules(Modules& modules) {
|
||||
return ResultStatus::ErrorNotImplemented;
|
||||
}
|
||||
|
||||
protected:
|
||||
FileSys::VirtualFile file;
|
||||
bool is_loaded = false;
|
||||
|
Reference in New Issue
Block a user