Matched hsfanim and most of hsfdraw

This commit is contained in:
mrshigure 2024-01-06 03:30:22 -08:00
parent f2f2ead4f7
commit c6b2795026
12 changed files with 4771 additions and 19 deletions

View file

@ -44,9 +44,9 @@ static inline void OSInitFastCast(void) {
static inline s16 __OSf32tos16(register f32 inF)
{
register s16 out;
u32 tmp;
register u32* tmpPtr = &tmp;
register s16 out;
// clang-format off
asm {
psq_st inF, 0(tmpPtr), 0x1, OS_FASTCAST_S16