mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 05:36:36 +00:00
OpenGL: Added fog and lighting to the OSD menu. GUI: Removed old and removed Gfx setting from ISOProperties.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4213 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
1320e21ded
commit
f8e80a317e
5 changed files with 29 additions and 25 deletions
|
@ -86,7 +86,7 @@ class CISOProperties : public wxDialog
|
|||
wxCheckBox *EnableProgressiveScan, *EnableWideScreen;
|
||||
// Video
|
||||
wxCheckBox *ForceFiltering,
|
||||
*EFBCopyDisable, *EFBCopyDisableHotKey, *EFBToTextureEnable,
|
||||
*EFBCopyDisable, *EFBToTextureEnable,
|
||||
*SafeTextureCache, *DstAlphaPass, *UseXFB;
|
||||
wxStaticText *Hacktext;
|
||||
wxArrayString arrayStringFor_Hack;
|
||||
|
@ -161,7 +161,6 @@ class CISOProperties : public wxDialog
|
|||
ID_TLBHACK,
|
||||
ID_FORCEFILTERING,
|
||||
ID_EFBCOPYDISABLE,
|
||||
ID_EFBCOPYDISABLEHOTKEY,
|
||||
ID_EFBTOTEXTUREENABLE,
|
||||
ID_SAFETEXTURECACHE,
|
||||
ID_DSTALPHAPASS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue