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 }