mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 00:15:46 -04:00
Qt: Add memory card editor
This commit is contained in:
@ -14,6 +14,7 @@ class GameListWidget;
|
||||
class QtHostInterface;
|
||||
class QtDisplayWidget;
|
||||
class AutoUpdaterDialog;
|
||||
class MemoryCardEditorDialog;
|
||||
|
||||
class HostDisplay;
|
||||
struct GameListEntry;
|
||||
@ -72,6 +73,7 @@ private Q_SLOTS:
|
||||
void onDiscordServerActionTriggered();
|
||||
void onAboutActionTriggered();
|
||||
void onCheckForUpdatesActionTriggered();
|
||||
void onToolsMemoryCardEditorTriggered();
|
||||
|
||||
void onGameListEntrySelected(const GameListEntry* entry);
|
||||
void onGameListEntryDoubleClicked(const GameListEntry* entry);
|
||||
@ -116,6 +118,7 @@ private:
|
||||
|
||||
SettingsDialog* m_settings_dialog = nullptr;
|
||||
AutoUpdaterDialog* m_auto_updater_dialog = nullptr;
|
||||
MemoryCardEditorDialog* m_memory_card_editor_dialog = nullptr;
|
||||
|
||||
bool m_emulation_running = false;
|
||||
};
|
||||
|
Reference in New Issue
Block a user