mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-13 03:29:19 -04:00
Implemented 1.2.5 for SDK
This commit is contained in:
@@ -26,7 +26,7 @@ void PPCMthid2(u32);
|
||||
|
||||
void PPCMtwpar(u32);
|
||||
|
||||
// void PPCDisableSpeculation(void);
|
||||
void PPCDisableSpeculation(void);
|
||||
void PPCSetFpNonIEEEMode(void);
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
#ifndef MATH_H
|
||||
#define MATH_H
|
||||
|
||||
#include "types.h"
|
||||
s16 sins(u16);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user