mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 21:31:00 -06:00
begin adding input dialog
This commit is contained in:
@ -108,6 +108,8 @@ private slots:
|
||||
void onEmuUnpause();
|
||||
|
||||
void onOpenEmuSettings();
|
||||
void onOpenInputConfig();
|
||||
void onInputConfigFinished();
|
||||
|
||||
private:
|
||||
QString loadErrorStr(int error);
|
||||
@ -126,6 +128,7 @@ private:
|
||||
QAction* actStop;
|
||||
|
||||
QAction* actEmuSettings;
|
||||
QAction* actInputConfig;
|
||||
};
|
||||
|
||||
#endif // MAIN_H
|
||||
|
Reference in New Issue
Block a user