Added names for the soundfonts.

This commit is contained in:
Nicholas Estelami
2022-06-14 00:59:31 -04:00
parent 0a629ea6e9
commit c930bd0138
11 changed files with 89 additions and 40 deletions

View File

@@ -2085,7 +2085,7 @@ static inline void* seg_addr(uintptr_t w1)
uint32_t segNum = (w1 >> 24);
uint32_t offset = w1 & 0x00FFFFFE;
offset = 0; // Cursed Malon bug
//offset = 0; // Cursed Malon bug
if (segmentPointers[segNum] != 0)
return (void*)(segmentPointers[segNum] + offset);