More fixes and trying to get 3D rendering done
This commit is contained in:
parent
75db73201a
commit
6fab29a1fd
17 changed files with 461 additions and 84 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue