mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Qt/Properties: Implement "Gecko codes" tab
This commit is contained in:
@ -13,4 +13,7 @@ class PropertiesDialog final : public QDialog
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit PropertiesDialog(QWidget* parent, const GameFile& game);
|
||||
|
||||
signals:
|
||||
void OpenGeneralSettings();
|
||||
};
|
||||
|
Reference in New Issue
Block a user