mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
[UI] Remove fullscreen resolution UI.
This commit is contained in:
parent
84ca9a4aec
commit
aa4088a494
5 changed files with 3 additions and 100 deletions
|
@ -100,7 +100,6 @@ public:
|
|||
|
||||
protected:
|
||||
void Event_Backend(wxCommandEvent& ev);
|
||||
void Event_DisplayResolution(wxCommandEvent& ev);
|
||||
void Event_ProgressiveScan(wxCommandEvent& ev);
|
||||
void Event_SafeTextureCache(wxCommandEvent& ev);
|
||||
|
||||
|
@ -144,7 +143,6 @@ protected:
|
|||
|
||||
wxChoice* choice_backend;
|
||||
wxChoice* choice_adapter;
|
||||
wxChoice* choice_display_resolution;
|
||||
|
||||
wxStaticText* label_backend;
|
||||
wxStaticText* label_adapter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue