Implement & link ac_gyo_test, ac_gyo_kaseki, link few others & fixes

This commit is contained in:
Cuyler36
2025-01-30 03:46:00 -05:00
parent 0439094cbe
commit 395bea87ab
7 changed files with 1716 additions and 6 deletions
+2
View File
@@ -106,6 +106,8 @@ typedef u32 unknown;
#define F32_IS_ZERO(v) (fabsf(v) < 0.008f)
#define DECREMENT_TIMER(timer) ((timer) == 0 ? 0 : --(timer))
/* ARGB8 color format (32 bits) to RGB5A3 color format (16 bits) */
#define ARGB8_to_RGB5A3(argb8) \
((u16)(((argb8) & 0xFF000000) >= 0xE0000000 \