mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
completed the iso directory path chooser. changed a ini variable name so it is more to sonic's liking, and corrected an #ifndef
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@654 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -45,7 +45,7 @@ class CConfigMain
|
||||
wxGridBagSizer* sGeneral;
|
||||
wxGridBagSizer* sPaths;
|
||||
wxStaticBoxSizer* sbISOPaths;
|
||||
wxGridBagSizer* sISOPaths;
|
||||
wxBoxSizer* sISOButtons;
|
||||
wxGridBagSizer* sPlugins;
|
||||
|
||||
wxNotebook *Notebook;
|
||||
@ -66,6 +66,7 @@ class CConfigMain
|
||||
wxStaticText* ConsoleLangText;
|
||||
wxChoice* ConsoleLang;
|
||||
|
||||
wxArrayString arrayStringFor_ISOPaths;
|
||||
wxListBox* ISOPaths;
|
||||
wxButton* AddISOPath;
|
||||
wxButton* RemoveISOPath;
|
||||
@ -144,6 +145,7 @@ class CConfigMain
|
||||
void OptimizeQuantizersCheck(wxCommandEvent& event);
|
||||
void SkipIdleCheck(wxCommandEvent& event);
|
||||
void ConsoleLangChanged(wxCommandEvent& event);
|
||||
void AddRemoveISOPaths(wxCommandEvent& event);
|
||||
void DefaultISOChanged(wxFileDirPickerEvent& event);
|
||||
void DVDRootChanged(wxFileDirPickerEvent& event);
|
||||
|
||||
|
Reference in New Issue
Block a user