Skip to content

Commit

Permalink
jojo's bizarre adventure (US) requires NTSC
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghead committed Feb 29, 2024
1 parent 2846b30 commit c052822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/emulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ static void loadSpecialSettings()
|| prod_id == "MK-51146" // Sega Smash Pack - Volume 1
|| prod_id == "T-9702D-50" // Hydro Thunder (PAL)
|| prod_id == "T41601N" // Elemental Gimmick Gear (US)
|| prod_id == "T-8116N") // South Park Rally (US)
|| prod_id == "T-8116N" // South Park Rally (US)
|| prod_id == "T1206N") // JoJo's Bizarre Adventure (US)
{
NOTICE_LOG(BOOT, "Forcing NTSC broadcasting");
config::Broadcast.override(0);
Expand Down

0 comments on commit c052822

Please sign in to comment.