Created inital yaml for decompressed rom, edited makefile to build it and fixed all undefined symbol/multiple definition errors

This commit is contained in:
Mr-Wiseguy
2022-10-28 02:46:26 -04:00
parent cc8a6ffc78
commit e1bf4549e3
174 changed files with 3648 additions and 1282 deletions

View File

@@ -373,7 +373,7 @@ bool amgr_handleFrameMsg(AudioInfo *info, AudioInfo *prev_info){
func_802403F0();
func_8023FFAC();
if(prev_info){
sp30 = osAiSetNextBuf(prev_info->data, prev_info->frameSamples*4);
sp30 = osAiSetNextBuffer(prev_info->data, prev_info->frameSamples*4);
}//L8024003C
if(sp30 == -1){
func_80247F24(2, 0x7d2);