mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Remove setting to enable or disable Bounding Box calculation.
This commit is contained in:
parent
8912315596
commit
d281b4d7e1
18 changed files with 2 additions and 46 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue