mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 03:35:59 +00:00
Remove DVD root and apploader path settings
This commit is contained in:
parent
37c09343d8
commit
12cbeb2288
6 changed files with 9 additions and 91 deletions
|
@ -19,8 +19,6 @@ public:
|
|||
private:
|
||||
void Browse();
|
||||
void BrowseDefaultGame();
|
||||
void BrowseDVDRoot();
|
||||
void BrowseApploader();
|
||||
void BrowseWiiNAND();
|
||||
QGroupBox* MakeGameFolderBox();
|
||||
QGridLayout* MakePathsLayout();
|
||||
|
@ -28,7 +26,5 @@ private:
|
|||
|
||||
QListWidget* m_path_list;
|
||||
QLineEdit* m_game_edit;
|
||||
QLineEdit* m_dvd_edit;
|
||||
QLineEdit* m_app_edit;
|
||||
QLineEdit* m_nand_edit;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue