Verified that audio has been initialized before playing sounds or ticking audio.

This commit is contained in:
MeltyPlayer
2022-12-06 17:38:17 -06:00
parent a81188b4ff
commit 85422d9d59
4 changed files with 18 additions and 4 deletions
+2
View File
@@ -2,4 +2,6 @@
#include <stdint.h>
extern bool is_audio_initialized;
extern void load_audio_banks( uint8_t *rom );