Merge branch 'master' into feature/make-rom-buffer-const

This commit is contained in:
Jeremy Burns
2023-02-08 16:24:42 -07:00
committed by GitHub
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
#include <stdbool.h>
#include <stdint.h>
extern bool is_audio_initialized;
extern bool g_is_audio_initialized;
extern void load_audio_banks( const uint8_t *rom );