summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/loader/loader.h')
-rw-r--r--src/core/loader/loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h
index adb3ffdcf..48bbf687d 100644
--- a/src/core/loader/loader.h
+++ b/src/core/loader/loader.h
@@ -101,7 +101,7 @@ public:
101 * Loads the system mode that this application needs. 101 * Loads the system mode that this application needs.
102 * This function defaults to 2 (96MB allocated to the application) if it can't read the 102 * This function defaults to 2 (96MB allocated to the application) if it can't read the
103 * information. 103 * information.
104 * @returns a pair of Optional with the kernel system mode and ResultStatus. 104 * @returns A pair with the optional system mode, and and the status.
105 */ 105 */
106 virtual std::pair<boost::optional<u32>, ResultStatus> LoadKernelSystemMode() { 106 virtual std::pair<boost::optional<u32>, ResultStatus> LoadKernelSystemMode() {
107 // 96MB allocated to the application. 107 // 96MB allocated to the application.