Code cleanup and fixes on 64bits

This commit is contained in:
Kevin Alexis Contreras
2022-06-13 10:05:42 -05:00
parent af8c5ab978
commit 394939347c
6 changed files with 23 additions and 11 deletions

View File

@@ -718,8 +718,7 @@ uintptr_t AudioLoad_SyncLoad(u32 tableType, u32 id, s32* didAllocate) {
if (ret != NULL) {
*didAllocate = false;
status = 2;
} else
{
} else {
char* seqData = 0;
SoundFont* fnt;