mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
more shady stuff
This commit is contained in:
parent
2670ec26f6
commit
2bb83b1adb
16 changed files with 93 additions and 86 deletions
|
@ -23,3 +23,13 @@ signals:
|
|||
void OpenAchievementSettings();
|
||||
#endif // USE_RETRO_ACHIEVEMENTS
|
||||
};
|
||||
|
||||
class GeckoDialog final : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit GeckoDialog(QWidget* parent);
|
||||
|
||||
signals:
|
||||
void OpenGeneralSettings();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue