diff options
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h index 8b93ba998..b93c32e60 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -175,7 +175,7 @@ public: | |||
| 175 | * @returns ResultStatus code, indicating if the operation succeeded. | 175 | * @returns ResultStatus code, indicating if the operation succeeded. |
| 176 | */ | 176 | */ |
| 177 | [[nodiscard]] ResultStatus Load(Frontend::EmuWindow& emu_window, const std::string& filepath, | 177 | [[nodiscard]] ResultStatus Load(Frontend::EmuWindow& emu_window, const std::string& filepath, |
| 178 | std::size_t program_index = 0); | 178 | u64 program_id = 0, std::size_t program_index = 0); |
| 179 | 179 | ||
| 180 | /** | 180 | /** |
| 181 | * Indicates if the emulated system is powered on (all subsystems initialized and able to run an | 181 | * Indicates if the emulated system is powered on (all subsystems initialized and able to run an |