More fixes and trying to get 3D rendering done

This commit is contained in:
dbalatoni13 2025-04-19 03:15:44 +02:00
parent 75db73201a
commit 6fab29a1fd
17 changed files with 461 additions and 84 deletions

View file

@ -126,6 +126,10 @@ 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;