mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 05:06:42 +00:00
Qt/Properties: Implement "Gecko codes" tab
This commit is contained in:
parent
5aecd61ede
commit
f90e81b9db
12 changed files with 302 additions and 7 deletions
|
@ -13,4 +13,7 @@ class PropertiesDialog final : public QDialog
|
|||
Q_OBJECT
|
||||
public:
|
||||
explicit PropertiesDialog(QWidget* parent, const GameFile& game);
|
||||
|
||||
signals:
|
||||
void OpenGeneralSettings();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue