mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 00:45:46 -04:00
Qt: Add Edit Memory Cards to game list context menu
This commit is contained in:
@ -31,6 +31,9 @@ public:
|
||||
/// Performs update check if enabled in settings.
|
||||
void startupUpdateCheck();
|
||||
|
||||
/// Opens memory card editor with the specified paths.
|
||||
void openMemoryCardEditor(const QString& card_a_path, const QString& card_b_path);
|
||||
|
||||
public Q_SLOTS:
|
||||
/// Updates debug menu visibility (hides if disabled).
|
||||
void updateDebugMenuVisibility();
|
||||
|
Reference in New Issue
Block a user