Skip to content

Commit

Permalink
GBA Serialize: Fix loading channel 3 volume (fixes #1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
endrift committed Jun 24, 2018
1 parent 7167b96 commit 47f3358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Bugfixes:
- GB Video: Fix enabling window when LY > WY (fixes mgba.io/i/409)
- PowerPC: Fix several potential crashes (fixes mgba.io/i/1089)
- Qt: Fix build with Qt 5.11 (fixes mgba.io/i/1094)
- GBA Serialize: Fix loading channel 3 volume (fixes mgba.io/i/1107)

0.6.3: (2017-04-14)
Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion src/gba/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ static const int _isWSpecialRegister[REG_MAX >> 1] = {
0, 0, 0, 0, 0, 0, 0, 0,
// Audio
1, 1, 1, 0, 1, 0, 1, 0,
1, 1, 1, 0, 1, 0, 1, 0,
1, 0, 1, 0, 1, 0, 1, 0,
1, 0, 1, 0, 0, 0, 0, 0,
1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 0, 0, 0, 0,
Expand Down

0 comments on commit 47f3358

Please sign in to comment.