This commit is contained in:
TakaRikka
2022-01-04 05:37:27 -08:00
parent f8ce912342
commit 035a24092e
29 changed files with 138 additions and 151 deletions
-1
View File
@@ -928,7 +928,6 @@ inline void GXTexCoord2f32(f32 s, f32 t) {
}
inline void GXEnd() {}
};
#endif
+1 -1
View File
@@ -306,7 +306,7 @@ inline void* OSPhysicalToCached(u32 offset) {
static inline u8 __OSf32tou8(register f32 src) {
f32 tmp;
register f32 *p = &tmp;
register f32* p = &tmp;
register u8 ret;
asm