Skip to content

Commit

Permalink
Merge remote-tracking branch 'TheEssem/patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
GerbilSoft committed May 10, 2024
2 parents b88bb4f + 60fabbe commit 42beec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libromdata/Audio/VGM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ int VGM::loadFieldData(void)

static constexpr char chip_name_tbl[8][8] = {
"AY8910", "AY8912", "AY8913", "AY8930",
"YM2139", "YM3439", "YMZ284", "YMZ294",
"YM2149", "YM3439", "YMZ284", "YMZ294",
};
chip_name = chip_name_tbl[lkup];
} else {
Expand Down

0 comments on commit 42beec5

Please sign in to comment.