Merge branch 'master' into feature/make-rom-buffer-const
This commit is contained in:
@@ -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 );
|
||||
Reference in New Issue
Block a user