mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DolphinQt: Add way to override "Load" folder that controls the location of custom textures
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user