DolphinQt: Add way to override "Load" folder that controls the location of custom textures

This commit is contained in:
iwubcode
2019-10-06 00:51:42 -05:00
parent a7d4be79ae
commit 876a1ccc3e
5 changed files with 35 additions and 3 deletions

View File

@ -23,6 +23,7 @@ private:
void BrowseDefaultGame();
void BrowseWiiNAND();
void BrowseDump();
void BrowseLoad();
void BrowseSDCard();
QGroupBox* MakeGameFolderBox();
QGridLayout* MakePathsLayout();
@ -35,6 +36,7 @@ private:
QLineEdit* m_game_edit;
QLineEdit* m_nand_edit;
QLineEdit* m_dump_edit;
QLineEdit* m_load_edit;
QLineEdit* m_sdcard_edit;
QPushButton* m_remove_path;