mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Qt: Put Wii SD card path and SD sync folder fields in the WiiPane.
This commit is contained in:
parent
a5b1bfef68
commit
1d12e95404
4 changed files with 93 additions and 43 deletions
|
@ -24,13 +24,11 @@ private:
|
|||
void BrowseDump();
|
||||
void BrowseLoad();
|
||||
void BrowseResourcePack();
|
||||
void BrowseSDCard();
|
||||
void BrowseWFS();
|
||||
QGroupBox* MakeGameFolderBox();
|
||||
QGridLayout* MakePathsLayout();
|
||||
void RemovePath();
|
||||
|
||||
void OnSDCardPathChanged();
|
||||
void OnNANDPathChanged();
|
||||
|
||||
QListWidget* m_path_list;
|
||||
|
@ -39,7 +37,6 @@ private:
|
|||
QLineEdit* m_dump_edit;
|
||||
QLineEdit* m_load_edit;
|
||||
QLineEdit* m_resource_pack_edit;
|
||||
QLineEdit* m_sdcard_edit;
|
||||
QLineEdit* m_wfs_edit;
|
||||
|
||||
QPushButton* m_remove_path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue