mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
ResourcePacks: Fix various bugs
This commit is contained in:
@ -31,6 +31,8 @@ private:
|
||||
void SelectionChanged();
|
||||
void ItemDoubleClicked(QTableWidgetItem* item);
|
||||
|
||||
int GetResourcePackIndex(QTableWidgetItem* item) const;
|
||||
|
||||
QPushButton* m_open_directory_button;
|
||||
QPushButton* m_change_button;
|
||||
QPushButton* m_remove_button;
|
||||
|
Reference in New Issue
Block a user