Core / DolphinQt: make WFS directory configurable

This commit is contained in:
iwubcode
2021-12-16 18:29:57 -06:00
parent bf37679e4e
commit 5ecd5f010f
5 changed files with 31 additions and 0 deletions

View File

@ -25,6 +25,7 @@ private:
void BrowseLoad();
void BrowseResourcePack();
void BrowseSDCard();
void BrowseWFS();
QGroupBox* MakeGameFolderBox();
QGridLayout* MakePathsLayout();
void RemovePath();
@ -39,6 +40,7 @@ private:
QLineEdit* m_load_edit;
QLineEdit* m_resource_pack_edit;
QLineEdit* m_sdcard_edit;
QLineEdit* m_wfs_edit;
QPushButton* m_remove_path;
};