diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 178eef294..270a40c5f 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h | |||
| @@ -427,8 +427,9 @@ private: | |||
| 427 | bool CheckFirmwarePresence(); | 427 | bool CheckFirmwarePresence(); |
| 428 | void ConfigureFilesystemProvider(const std::string& filepath); | 428 | void ConfigureFilesystemProvider(const std::string& filepath); |
| 429 | /** | 429 | /** |
| 430 | * Open (or not) the right confirm dialog based on current setting and game exit lock | 430 | * Open (or not) the right confirm dialog based on current setting and game exit lock |
| 431 | */ | 431 | * @returns true if the player confirmed or the settings do no require it |
| 432 | */ | ||
| 432 | bool ConfirmShutdownGame(); | 433 | bool ConfirmShutdownGame(); |
| 433 | 434 | ||
| 434 | QString GetTasStateDescription() const; | 435 | QString GetTasStateDescription() const; |