We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bca069 commit 9bc9b83Copy full SHA for 9bc9b83
include/osmag_butano.h
@@ -97,7 +97,6 @@
97
#include "bn_dmg_music_item.h"
98
#include "bn_dmg_music_position.h"
99
#include "bn_dmg_music_type.h"
100
-#include "bn_documentation.h"
101
#include "bn_ewram_wait_state.h"
102
#include "bn_fixed.h"
103
#include "bn_fixed_fwd.h"
src/mj/mj_game_manager.cpp
@@ -119,7 +119,6 @@ game_manager::~game_manager()
119
bn::sound::stop_all();
120
bn::sound::set_master_volume(1);
121
bn::audio::set_update_on_vblank(false);
122
- bn::audio::set_dmg_sync_enabled(false);
123
}
124
125
0 commit comments