mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Qt/PathPane: Add missing options
This commit is contained in:
parent
c51c044142
commit
82390495ee
2 changed files with 46 additions and 0 deletions
|
@ -20,6 +20,8 @@ private:
|
|||
void Browse();
|
||||
void BrowseDefaultGame();
|
||||
void BrowseWiiNAND();
|
||||
void BrowseDump();
|
||||
void BrowseSDCard();
|
||||
QGroupBox* MakeGameFolderBox();
|
||||
QGridLayout* MakePathsLayout();
|
||||
void RemovePath();
|
||||
|
@ -27,4 +29,6 @@ private:
|
|||
QListWidget* m_path_list;
|
||||
QLineEdit* m_game_edit;
|
||||
QLineEdit* m_nand_edit;
|
||||
QLineEdit* m_dump_edit;
|
||||
QLineEdit* m_sdcard_edit;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue