F David
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
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; |
|
|
|
|