early-access version 1421

This commit is contained in:
pineappleEA
2021-02-07 15:58:56 +01:00
parent 84e1d5b26b
commit ed8560bf71
12 changed files with 481 additions and 80 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
// Copyright 2021 yuzu Emulator Project
// Copyright 2015 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
@@ -19,7 +19,7 @@ public:
/// Returns a QAction that can be used to toggle visibility of this dialog.
QAction* toggleViewAction();
void RefreshConfiguration();
void refreshConfiguration();
protected:
void showEvent(QShowEvent* ev) override;