diff options
Diffstat (limited to 'src/core/loader/loader.h')
| -rw-r--r-- | src/core/loader/loader.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h index 869406b75..8d3329202 100644 --- a/src/core/loader/loader.h +++ b/src/core/loader/loader.h | |||
| @@ -267,6 +267,12 @@ public: | |||
| 267 | return ResultStatus::ErrorNotImplemented; | 267 | return ResultStatus::ErrorNotImplemented; |
| 268 | } | 268 | } |
| 269 | 269 | ||
| 270 | using Modules = std::map<VAddr, std::string>; | ||
| 271 | |||
| 272 | virtual ResultStatus ReadNSOModules(Modules& modules) { | ||
| 273 | return ResultStatus::ErrorNotImplemented; | ||
| 274 | } | ||
| 275 | |||
| 270 | protected: | 276 | protected: |
| 271 | FileSys::VirtualFile file; | 277 | FileSys::VirtualFile file; |
| 272 | bool is_loaded = false; | 278 | bool is_loaded = false; |