Added a speed hack for the MMU games. The speed hack is enabled by default. "Enable BAT" in the game properties enables the old accurate emulation behaviour.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6187 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
skidau
2010-09-06 14:43:28 +00:00
parent 5948865bcc
commit c710ae7529
8 changed files with 24 additions and 4 deletions

View File

@ -84,7 +84,8 @@ class CISOProperties : public wxDialog
wxStaticText *OverrideText;
// Core
wxCheckBox *CPUThread, *SkipIdle, *MMU, *AlternateRFI, *TLBHack;
wxCheckBox *CPUThread, *SkipIdle, *MMU, *MMUBAT, *TLBHack;
wxCheckBox *AlternateRFI;
// Wii
wxCheckBox *EnableProgressiveScan, *EnableWideScreen;
// Video
@ -165,6 +166,7 @@ class CISOProperties : public wxDialog
ID_USEDUALCORE,
ID_IDLESKIP,
ID_MMU,
ID_MMUBAT,
ID_TLBHACK,
ID_RFI,
ID_FORCEFILTERING,