mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
format
This commit is contained in:
@@ -928,7 +928,6 @@ inline void GXTexCoord2f32(f32 s, f32 t) {
|
||||
}
|
||||
|
||||
inline void GXEnd() {}
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user