Merge pull request #1295 from crudelios/remove-bbox-settings

Remove setting to enable or disable Bounding Box calculation.
This commit is contained in:
comex 2014-10-16 17:00:37 -04:00
commit 1ff86a4716
18 changed files with 2 additions and 46 deletions

View File

@ -47,7 +47,6 @@ $Max Shop Points
026EE7F0 000003E7
[Video]
UseBBox = 1
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0

View File

@ -17,9 +17,6 @@ EmulationIssues = Needs Efb to Ram for BBox (proper graphics).
[ActionReplay]
# Add action replay cheats here.
[Video]
UseBBox = True
[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True

View File

@ -17,9 +17,6 @@ EmulationIssues = Needs Efb to Ram for BBox (proper graphics).
[ActionReplay]
# Add action replay cheats here.
[Video]
UseBBox = True
[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True

View File

@ -8,9 +8,6 @@
EmulationStateId = 3
EmulationIssues =
[Video]
UseBBox = True
[OnLoad]
# Add memory patches to be loaded once on boot here.

View File

@ -8,9 +8,6 @@
EmulationStateId = 3
EmulationIssues =
[Video]
UseBBox = True
[OnLoad]
# Add memory patches to be loaded once on boot here.

View File

@ -8,9 +8,6 @@
EmulationStateId = 3
EmulationIssues =
[Video]
UseBBox = True
[OnLoad]
# Add memory patches to be loaded once on boot here.

View File

@ -8,9 +8,6 @@
EmulationStateId = 4
EmulationIssues =
[Video]
UseBBox = True
[OnLoad]
# Add memory patches to be loaded once on boot here.

View File

@ -8,9 +8,6 @@
EmulationStateId = 4
EmulationIssues =
[Video]
UseBBox = True
[OnLoad]
# Add memory patches to be loaded once on boot here.

View File

@ -25,5 +25,3 @@ PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
UseBBox = 1

View File

@ -19,7 +19,6 @@ EmulationIssues = Needs Efb to Ram for BBox (proper graphics).
# Add action replay cheats here.
[Video]
UseBBox = True
ProjectionHack = 0
[Video_Hacks]

View File

@ -18,7 +18,6 @@ EmulationIssues = Needs Efb to Ram for BBox (proper graphics).
# Add action replay cheats here.
[Video]
UseBBox = True
ProjectionHack = 0
[Video_Hacks]

View File

@ -18,7 +18,6 @@ EmulationIssues = Needs Efb to Ram for BBox (proper graphics).
# Add action replay cheats here.
[Video]
UseBBox = True
ProjectionHack = 0
[Video_Hacks]

View File

@ -18,7 +18,6 @@ EmulationIssues = Needs Efb to Ram for BBox (proper graphics).
# Add action replay cheats here.
[Video]
UseBBox = True
ProjectionHack = 0
[Video_Hacks]

View File

@ -403,10 +403,6 @@ void CISOProperties::CreateGUIControls(bool IsWad)
// Wii Console
EnableWideScreen = new wxCheckBox(m_GameConfig, ID_ENABLEWIDESCREEN, _("Enable WideScreen"), wxDefaultPosition, wxDefaultSize, GetElementStyle("Wii", "Widescreen"));
// Video
UseBBox = new wxCheckBox(m_GameConfig, ID_USE_BBOX, _("Enable Bounding Box Calculation"), wxDefaultPosition, wxDefaultSize, GetElementStyle("Video", "UseBBox"));
UseBBox->SetToolTip(_("If checked, the bounding box registers will be updated. Used by the Paper Mario games."));
wxBoxSizer* const sEmuState = new wxBoxSizer(wxHORIZONTAL);
wxStaticText* const EmuStateText = new wxStaticText(m_GameConfig, wxID_ANY, _("Emulation State: "));
arrayStringFor_EmuState.Add(_("Not Set"));
@ -439,14 +435,10 @@ void CISOProperties::CreateGUIControls(bool IsWad)
}
sbWiiOverrides->Add(EnableWideScreen, 0, wxLEFT, 5);
wxStaticBoxSizer * const sbVideoOverrides = new wxStaticBoxSizer(wxVERTICAL, m_GameConfig, _("Video"));
sbVideoOverrides->Add(UseBBox, 0, wxLEFT, 5);
wxStaticBoxSizer * const sbGameConfig = new wxStaticBoxSizer(wxVERTICAL, m_GameConfig, _("Game-Specific Settings"));
sbGameConfig->Add(OverrideText, 0, wxEXPAND|wxALL, 5);
sbGameConfig->Add(sbCoreOverrides, 0, wxEXPAND);
sbGameConfig->Add(sbWiiOverrides, 0, wxEXPAND);
sbGameConfig->Add(sbVideoOverrides, 0, wxEXPAND);
sConfigPage->Add(sbGameConfig, 0, wxEXPAND|wxALL, 5);
sEmuState->Add(EmuStateText, 0, wxALIGN_CENTER_VERTICAL);
sEmuState->Add(EmuState, 0, wxEXPAND);
@ -1017,7 +1009,6 @@ void CISOProperties::LoadGameConfig()
SetCheckboxValueFromGameini("Core", "BlockMerging", BlockMerging);
SetCheckboxValueFromGameini("Core", "DSPHLE", DSPHLE);
SetCheckboxValueFromGameini("Wii", "Widescreen", EnableWideScreen);
SetCheckboxValueFromGameini("Video", "UseBBox", UseBBox);
IniFile::Section* default_video = GameIniDefault.GetOrCreateSection("Video");
@ -1091,7 +1082,6 @@ bool CISOProperties::SaveGameConfig()
SaveGameIniValueFrom3StateCheckbox("Core", "BlockMerging", BlockMerging);
SaveGameIniValueFrom3StateCheckbox("Core", "DSPHLE", DSPHLE);
SaveGameIniValueFrom3StateCheckbox("Wii", "Widescreen", EnableWideScreen);
SaveGameIniValueFrom3StateCheckbox("Video", "UseBBox", UseBBox);
#define SAVE_IF_NOT_DEFAULT(section, key, val, def) do { \
if (GameIniDefault.Exists((section), (key))) { \

View File

@ -71,8 +71,6 @@ private:
wxCheckBox *VBeam, *SyncGPU, *FastDiscSpeed, *BlockMerging, *DSPHLE;
// Wii
wxCheckBox *EnableWideScreen;
// Video
wxCheckBox *UseBBox;
wxArrayString arrayStringFor_EmuState;
wxChoice *EmuState;

View File

@ -171,8 +171,7 @@ void VertexLoader::CompileVertexTranslator()
#endif
// Get the pointer to this vertex's buffer data for the bounding box
if (g_ActiveConfig.bUseBBox)
WriteCall(BoundingBox::SetVertexBufferPosition);
WriteCall(BoundingBox::SetVertexBufferPosition);
// Colors
const u64 col[2] = {m_VtxDesc.Color0, m_VtxDesc.Color1};
@ -382,8 +381,7 @@ void VertexLoader::CompileVertexTranslator()
}
// Update the bounding box
if (g_ActiveConfig.bUseBBox)
WriteCall(BoundingBox::Update);
WriteCall(BoundingBox::Update);
if (m_VtxDesc.PosMatIdx)
{

View File

@ -195,7 +195,6 @@ void VideoConfig::GameIniLoad()
CHECK_SETTING("Video", "PH_SZFar", iPhackvalue[2]);
CHECK_SETTING("Video", "PH_ZNear", sPhackvalue[0]);
CHECK_SETTING("Video", "PH_ZFar", sPhackvalue[1]);
CHECK_SETTING("Video", "UseBBox", bUseBBox);
CHECK_SETTING("Video", "PerfQueriesEnable", bPerfQueriesEnable);
if (gfx_override_exists)

View File

@ -114,7 +114,6 @@ struct VideoConfig final
int iPhackvalue[3];
std::string sPhackvalue[2];
float fAspectRatioHackW, fAspectRatioHackH;
bool bUseBBox;
bool bEnablePixelLighting;
bool bFastDepthCalc;
int iLog; // CONF_ bits