Naomi: Cosmic Smash per-game setting
This commit is contained in:
parent
0d1a892515
commit
275c9c1516
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue