mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 12:45:50 +00:00
Added 7 more GameConfig.ini options, and fix compile.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2733 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
feac92e368
commit
b42351e12e
2 changed files with 99 additions and 1 deletions
|
@ -82,7 +82,9 @@ class CISOProperties : public wxDialog
|
|||
|
||||
wxStaticText *OverrideText;
|
||||
wxCheckBox *UseDualCore, *SkipIdle, *OptimizeQuantizers, *TLBHack;
|
||||
wxCheckBox *ProjHack1; // Video
|
||||
wxCheckBox *ProjHack1, *ForceFiltering,
|
||||
*EFBCopyDisable, *EFBCopyDisableHotKey, *EFBToTextureEnable,
|
||||
*SafeTextureCache, *DstAlphaPass, *UseXFB; // Video
|
||||
wxCheckBox *EnableProgressiveScan, *EnableWideScreen; // Wii
|
||||
|
||||
wxButton *EditConfig;
|
||||
|
@ -153,6 +155,13 @@ class CISOProperties : public wxDialog
|
|||
ID_IDLESKIP,
|
||||
ID_TLBHACK,
|
||||
ID_PROJHACK1,
|
||||
ID_FORCEFILTERING,
|
||||
ID_EFBCOPYDISABLE,
|
||||
ID_EFBCOPYDISABLEHOTKEY,
|
||||
ID_EFBTOTEXTUREENABLE,
|
||||
ID_SAFETEXTURECACHE,
|
||||
ID_DSTALPHAPASS,
|
||||
ID_USEXFB,
|
||||
ID_ENABLEPROGRESSIVESCAN,
|
||||
ID_ENABLEWIDESCREEN,
|
||||
ID_OPTIMIZEQUANTIZERS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue