mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Core / DolphinQt: make WFS directory configurable
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user