F David 2 ani în urmă
părinte
comite
d9456f0a11
1 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 3 2
      src/yuzu/main.h

+ 3 - 2
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;