diff options
author | F David <flodavid@users.noreply.github.com> | 2023-10-12 16:06:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-12 16:06:44 +0200 |
commit | d9456f0a11ad39a9f8176c1e6f16215ac6c9a76c (patch) | |
tree | 96ff71e53d539fe367607b198da3a60470af0ea9 /src | |
parent | yuzu: Enable to use controller to restart a game (diff) | |
download | yuzu-d9456f0a11ad39a9f8176c1e6f16215ac6c9a76c.tar yuzu-d9456f0a11ad39a9f8176c1e6f16215ac6c9a76c.tar.gz yuzu-d9456f0a11ad39a9f8176c1e6f16215ac6c9a76c.tar.bz2 yuzu-d9456f0a11ad39a9f8176c1e6f16215ac6c9a76c.tar.lz yuzu-d9456f0a11ad39a9f8176c1e6f16215ac6c9a76c.tar.xz yuzu-d9456f0a11ad39a9f8176c1e6f16215ac6c9a76c.tar.zst yuzu-d9456f0a11ad39a9f8176c1e6f16215ac6c9a76c.zip |
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: bool CheckFirmwarePresence(); void ConfigureFilesystemProvider(const std::string& filepath); /** - * Open (or not) the right confirm dialog based on current setting and game exit lock - */ + * Open (or not) the right confirm dialog based on current setting and game exit lock + * @returns true if the player confirmed or the settings do no require it + */ bool ConfirmShutdownGame(); QString GetTasStateDescription() const; |