Qt: Add Edit Memory Cards to game list context menu

This commit is contained in:
Connor McLaughlin
2020-11-10 23:24:07 +10:00
parent 6cd991bc57
commit ce81d23574
6 changed files with 91 additions and 11 deletions

View File

@ -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();