From 6f8a588794ee7c44017b52533723412226d16568 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Sun, 25 Feb 2024 14:40:37 +0100 Subject: [PATCH] bump depth scale for NHL 2K2 Fixes helmet rendering in team selection menu Issue #1416 --- core/emulator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/emulator.cpp b/core/emulator.cpp index 27beaadf9..5d7fadb30 100644 --- a/core/emulator.cpp +++ b/core/emulator.cpp @@ -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")