Added a game property for the "Enable CPU Access" video option. Patch by Link_to_the_past.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6641 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
skidau
2010-12-22 01:05:29 +00:00
parent 9584b5b335
commit 0d5480073f
3 changed files with 16 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class CISOProperties : public wxDialog
wxCheckBox *EnableProgressiveScan, *EnableWideScreen;
// Video
wxCheckBox *ForceFiltering,
*EFBCopyEnable, *EFBToTextureEnable,
*EFBCopyEnable, *EFBAccessEnable, *EFBToTextureEnable,
*SafeTextureCache, *DstAlphaPass, *UseXFB, *UseZTPSpeedupHack,
*DListCache;
wxStaticText *Hacktext;
@ -172,6 +172,7 @@ class CISOProperties : public wxDialog
ID_MERGEBLOCKS,
ID_FORCEFILTERING,
ID_EFBCOPYENABLE,
ID_EFBACCESSENABLE,
ID_EFBTOTEXTUREENABLE,
ID_SAFETEXTURECACHE,
ID_DSTALPHAPASS,