mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-05-23 14:41:41 -04:00
Add export to get active note saving state
This commit is contained in:
@@ -171,6 +171,10 @@ RECOMP_EXPORT s32 bkrecomp_note_saving_enabled() {
|
||||
return recomp_get_note_saving_enabled();
|
||||
}
|
||||
|
||||
RECOMP_EXPORT s32 bkrecomp_note_saving_active() {
|
||||
return note_saving_enabled_cached;
|
||||
}
|
||||
|
||||
void calculate_map_start_note_indices() {
|
||||
for (u32 map_id = 0; map_id < ARRLEN(map_note_data); map_id++) {
|
||||
MapNoteData* note_data = &map_note_data[map_id];
|
||||
|
||||
Reference in New Issue
Block a user