Make the received rom buffer const

This commit is contained in:
Renato Rotenberg
2023-02-06 20:36:40 -03:00
parent c3eadb01b1
commit 6be7c3e34a
8 changed files with 33 additions and 32 deletions
+1 -1
View File
@@ -5,4 +5,4 @@
extern bool is_audio_initialized;
extern void load_audio_banks( uint8_t *rom );
extern void load_audio_banks( const uint8_t *rom );