diff options
Diffstat (limited to 'src/core/loader/loader.h')
| -rw-r--r-- | src/core/loader/loader.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h index ac60b097a..8dc2d7615 100644 --- a/src/core/loader/loader.h +++ b/src/core/loader/loader.h | |||
| @@ -290,9 +290,12 @@ protected: | |||
| 290 | 290 | ||
| 291 | /** | 291 | /** |
| 292 | * Identifies a bootable file and return a suitable loader | 292 | * Identifies a bootable file and return a suitable loader |
| 293 | * @param file The bootable file | 293 | * |
| 294 | * @return the best loader for this file | 294 | * @param system The system context. |
| 295 | * @param file The bootable file. | ||
| 296 | * | ||
| 297 | * @return the best loader for this file. | ||
| 295 | */ | 298 | */ |
| 296 | std::unique_ptr<AppLoader> GetLoader(FileSys::VirtualFile file); | 299 | std::unique_ptr<AppLoader> GetLoader(Core::System& system, FileSys::VirtualFile file); |
| 297 | 300 | ||
| 298 | } // namespace Loader | 301 | } // namespace Loader |