Fixed many bugs

This commit is contained in:
dbalatoni13 2025-04-22 03:36:56 +02:00
parent 6fab29a1fd
commit c8fa62c303
10 changed files with 75 additions and 410 deletions

View file

@ -126,10 +126,6 @@ static void SetEnvelopMtx(HsfObject *arg0, HsfObject *arg1, Mtx arg2) {
}
void EnvelopeProc(HsfData *arg0) {
#ifdef TARGET_PC
// TODO PC still buggy
return;
#endif
HsfMatrix *temp_r31;
HsfObject *temp_r29;
Mtx sp8;