From 275c9c15167fa66ac3ffb838d97e98f75d61def9 Mon Sep 17 00:00:00 2001 From: flyinghead Date: Sun, 21 Oct 2018 02:48:24 +0200 Subject: [PATCH] Naomi: Cosmic Smash per-game setting --- core/nullDC.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/nullDC.cpp b/core/nullDC.cpp index 32cf08d22..2d7591225 100755 --- a/core/nullDC.cpp +++ b/core/nullDC.cpp @@ -229,6 +229,12 @@ void LoadSpecialSettings() printf("Enabling specific JVS setup for game %s\n", naomi_game_id); settings.input.JammaSetup = 3; } + if (!strcmp("COSMIC SMASH IN JAPAN", naomi_game_id)) + { + printf("Enabling translucent depth multipass for game %s\n", naomi_game_id); + settings.rend.TranslucentPolygonDepthMask = true; + + } #endif }