bump depth scale for NHL 2K2

Fixes helmet rendering in team selection menu
Issue #1416
This commit is contained in:
Flyinghead 2024-02-25 14:40:37 +01:00 committed by flyinghead
parent 156aafe95b
commit 6f8a588794
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ static void loadSpecialSettings()
if (prod_id == "MK-51182")
{
INFO_LOG(BOOT, "Enabling Extra depth scaling for game %s", prod_id.c_str());
config::ExtraDepthScale.override(1000000.f); // Mali needs 1M, 10K is enough for others
config::ExtraDepthScale.override(1e8f);
}
// Re-Volt (US, EU, JP)
else if (prod_id == "T-8109N" || prod_id == "T8107D 50" || prod_id == "T-8101M")