1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-30 03:26:55 -06:00

fix style

This commit is contained in:
F David 2023-10-12 16:06:44 +02:00 committed by GitHub
parent 48b67fc4a0
commit d9456f0a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -428,6 +428,7 @@ private:
void ConfigureFilesystemProvider(const std::string& filepath); 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(); bool ConfirmShutdownGame();