mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-13 21:12:09 +00:00
DolphinWX: Remove the Projection Hack UI
This commit is contained in:
parent
5516b0382c
commit
cd37af8590
7 changed files with 5 additions and 254 deletions
|
@ -72,8 +72,7 @@ private:
|
|||
// Wii
|
||||
wxCheckBox *EnableWideScreen;
|
||||
// Video
|
||||
wxCheckBox *PHackEnable, *UseBBox;
|
||||
wxButton *PHSettings;
|
||||
wxCheckBox *UseBBox;
|
||||
|
||||
wxArrayString arrayStringFor_EmuState;
|
||||
wxChoice *EmuState;
|
||||
|
@ -136,8 +135,6 @@ private:
|
|||
ID_MERGEBLOCKS,
|
||||
ID_AUDIO_DSP_HLE,
|
||||
ID_USE_BBOX,
|
||||
ID_PHACKENABLE,
|
||||
ID_PHSETTINGS,
|
||||
ID_ENABLEPROGRESSIVESCAN,
|
||||
ID_ENABLEWIDESCREEN,
|
||||
ID_EDITCONFIG,
|
||||
|
@ -198,7 +195,6 @@ private:
|
|||
void CheckPartitionIntegrity(wxCommandEvent& event);
|
||||
void SetRefresh(wxCommandEvent& event);
|
||||
void OnChangeBannerLang(wxCommandEvent& event);
|
||||
void PHackButtonClicked(wxCommandEvent& event);
|
||||
|
||||
GameListItem *OpenGameListItem;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue