mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
OpenGL GUI: Made the resolution wxComboBox() read only, it's better if they don't accept custom values.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2311 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -47,6 +47,7 @@ class ConfigDialog : public wxDialog
|
||||
void AddWindowReso(char *reso);
|
||||
void AddRenderBackend(const char *backend);
|
||||
void AddAAMode(int mode);
|
||||
void CreateGUIControls();
|
||||
|
||||
private:
|
||||
DECLARE_EVENT_TABLE();
|
||||
@ -172,7 +173,6 @@ class ConfigDialog : public wxDialog
|
||||
};
|
||||
|
||||
void OnClose(wxCloseEvent& event);
|
||||
void CreateGUIControls();
|
||||
void UpdateGUI();
|
||||
|
||||
void AboutClick(wxCommandEvent& event);
|
||||
|
Reference in New Issue
Block a user