From 91a8d70a4a53086bb83d4b95d8e0142f89be1da2 Mon Sep 17 00:00:00 2001 From: F David Date: Thu, 12 Oct 2023 16:06:44 +0200 Subject: [PATCH] fix style --- src/yuzu/main.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 178eef2940..270a40c5f9 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;