mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-18 23:42:05 +00:00
Qt: Fix fullscreen
This commit is contained in:
parent
9cf22aec04
commit
8ead5be9f2
5 changed files with 25 additions and 11 deletions
|
@ -100,7 +100,7 @@ private:
|
|||
void StartGame(const std::string& path, const std::optional<std::string>& savestate_path = {});
|
||||
void StartGame(std::unique_ptr<BootParameters>&& parameters);
|
||||
void ShowRenderWidget();
|
||||
void HideRenderWidget();
|
||||
void HideRenderWidget(bool reinit = true);
|
||||
|
||||
void ShowSettingsWindow();
|
||||
void ShowGeneralWindow();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue