Skip to content

Commit

Permalink
Update music_player.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfloltk authored Dec 20, 2023
1 parent 9bcd3b6 commit 2c2b46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys-tune/source/impl/music_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ namespace tune::impl {
.num_voices = 8,
.num_effects = 0,
.num_sinks = 1,
.num_mix_objs = 24,
.num_mix_buffers = 24,
.num_mix_objs = 1,
.num_mix_buffers = 8,
};

smInitialize();
Expand Down

0 comments on commit 2c2b46f

Please sign in to comment.