Add g_ prefix to is_audio_initialized
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( uint8_t *rom );
|
||||
Reference in New Issue
Block a user