Skip to content

Commit

Permalink
"default:" tag at Nuked OPL3 initializator
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Mar 18, 2019
1 parent ffaac30 commit 65228ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/opl/generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ void Generator::switchChip(Generator::OPL_Chips chipId)
case CHIP_DosBox:
chip.reset(new DosBoxOPL3());
break;
default:
case CHIP_Nuked:
chip.reset(new NukedOPL3());
break;
Expand Down

0 comments on commit 65228ee

Please sign in to comment.