mirror of
https://github.com/zeldaret/tp
synced 2026-08-22 06:44:53 -04:00
d_particle almost finished (#2193)
* d_particle almost finished * Remove dolasm.h include from JKRDvdRipper
This commit is contained in:
@@ -120,6 +120,13 @@ static inline void GXColor1u32(const u32 c) {
|
||||
GXWGFifo.u32 = c;
|
||||
}
|
||||
|
||||
static inline void GXColor4u8(const u8 r, const u8 g, const u8 b, const u8 a) {
|
||||
GXWGFifo.u8 = r;
|
||||
GXWGFifo.u8 = g;
|
||||
GXWGFifo.u8 = b;
|
||||
GXWGFifo.u8 = a;
|
||||
}
|
||||
|
||||
static inline void GXTexCoord2f32(const f32 s, const f32 t) {
|
||||
GXWGFifo.f32 = s;
|
||||
GXWGFifo.f32 = t;
|
||||
|
||||
Reference in New Issue
Block a user