Skip to content

Commit 4c64c9a

Browse files
authored
wth github?
1 parent e62486b commit 4c64c9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

player/vgmplayer.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ class VGMPlayer : public PlayerBase
282282
enum
283283
{
284284
_HDR_BUF_SIZE = 0x100,
285-
_OPT_DEV_COUNT = 0x2d,
286-
_CHIP_COUNT = 0x2d,
285+
_OPT_DEV_COUNT = 0x2e,
286+
_CHIP_COUNT = 0x2e,
287287
_PCM_BANK_COUNT = 0x40
288288
};
289289

0 commit comments

Comments
 (0)