symbol fixups

This commit is contained in:
Elijah Thomas
2023-08-19 12:49:59 -04:00
parent 1fd9ff3ac8
commit 2bcf784d41
4 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ namespace EGG
template <typename T>
class Math {
public:
static T frsqrt(T);
static T sqrt(T);
static T sin(T);
static T cos(T);
static T acos(T);
@@ -16,7 +16,7 @@ public:
};
// f32 impls
// /* 8049ab60 */ Math<f32>::frsqrt(f32);
// /* 8049ab60 */ Math<f32>::sqrt(f32);
// /* 8049abb0 */ Math<f32>::sin(f32);
// /* 8049abe0 */ Math<f32>::cos(f32);
// /* 8049ac10 */ Math<f32>::acos(f32);
+2 -2
View File
@@ -10,8 +10,8 @@ namespace Assert
{
/* 8049bf90 */ void wait(u32 time);
/* 8049c010 */ void assert_printf();
/* 8049c010 */ void report();
/* 8049c010 */ void system_print();
/* 8049c010 */ void system_report();
/* 8049c0a0 */ s32 getPeriodPos(char*);
/* 8049c100 */ char* getMapSymbol();
/* 8049c150 */ bool isOutsideMEM1(u32 addr);