mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
game.ini fix for projection hack's.
This patch is by val532 git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3206 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -87,6 +87,9 @@ class CISOProperties : public wxDialog
|
||||
wxCheckBox *ProjHack1, *ForceFiltering,
|
||||
*EFBCopyDisable, *EFBCopyDisableHotKey, *EFBToTextureEnable,
|
||||
*SafeTextureCache, *DstAlphaPass, *UseXFB;
|
||||
wxStaticText *Hacktext;
|
||||
wxArrayString arrayStringFor_Hack;
|
||||
wxChoice *Hack;
|
||||
// HLE Audio
|
||||
wxCheckBox *UseRE0Fix;
|
||||
|
||||
@ -163,6 +166,8 @@ class CISOProperties : public wxDialog
|
||||
ID_SAFETEXTURECACHE,
|
||||
ID_DSTALPHAPASS,
|
||||
ID_USEXFB,
|
||||
ID_HACK_TEXT,
|
||||
ID_HACK,
|
||||
ID_RE0FIX,
|
||||
ID_ENABLEPROGRESSIVESCAN,
|
||||
ID_ENABLEWIDESCREEN,
|
||||
|
Reference in New Issue
Block a user