Browse Source

fix style

nce_cpp
F David 2 years ago
committed by GitHub
parent
commit
91a8d70a4a
  1. 1
      src/yuzu/main.h

1
src/yuzu/main.h

@ -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();

Loading…
Cancel
Save