Add g_ prefix to is_audio_initialized

This commit is contained in:
Renato Rotenberg
2023-02-06 21:28:21 -03:00
parent a8daa21c23
commit 766c80a468
4 changed files with 8 additions and 8 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( uint8_t *rom );