Skip to content

Commit 9bc9b83

Browse files
committed
Build fix
1 parent 0bca069 commit 9bc9b83

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

include/osmag_butano.h

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
#include "bn_dmg_music_item.h"
9898
#include "bn_dmg_music_position.h"
9999
#include "bn_dmg_music_type.h"
100-
#include "bn_documentation.h"
101100
#include "bn_ewram_wait_state.h"
102101
#include "bn_fixed.h"
103102
#include "bn_fixed_fwd.h"

src/mj/mj_game_manager.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ game_manager::~game_manager()
119119
bn::sound::stop_all();
120120
bn::sound::set_master_volume(1);
121121
bn::audio::set_update_on_vblank(false);
122-
bn::audio::set_dmg_sync_enabled(false);
123122
}
124123

125124
}

0 commit comments

Comments
 (0)