Naomi: Cosmic Smash per-game setting

This commit is contained in:
flyinghead 2018-10-21 02:48:24 +02:00
parent 0d1a892515
commit 275c9c1516
1 changed files with 6 additions and 0 deletions

View File

@ -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
}