mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-28 12:18:42 +00:00
added project hack to ISO properties
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2732 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
6a00d8bfde
commit
feac92e368
2 changed files with 17 additions and 0 deletions
|
@ -82,6 +82,7 @@ class CISOProperties : public wxDialog
|
|||
|
||||
wxStaticText *OverrideText;
|
||||
wxCheckBox *UseDualCore, *SkipIdle, *OptimizeQuantizers, *TLBHack;
|
||||
wxCheckBox *ProjHack1; // Video
|
||||
wxCheckBox *EnableProgressiveScan, *EnableWideScreen; // Wii
|
||||
|
||||
wxButton *EditConfig;
|
||||
|
@ -151,6 +152,7 @@ class CISOProperties : public wxDialog
|
|||
ID_USEDUALCORE,
|
||||
ID_IDLESKIP,
|
||||
ID_TLBHACK,
|
||||
ID_PROJHACK1,
|
||||
ID_ENABLEPROGRESSIVESCAN,
|
||||
ID_ENABLEWIDESCREEN,
|
||||
ID_OPTIMIZEQUANTIZERS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue