-
Notifications
You must be signed in to change notification settings - Fork 72
/
GXPixel.c
79 lines (64 loc) · 1.46 KB
/
GXPixel.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#include <placeholder.h>
#include <dolphin/gx/GXPixel.h>
#include <dolphin/gx/types.h>
s32 GXPixel_80401508[] = { 0, 1, 2, 3, 4, 4, 4, 5 };
f32 const GXPixel_804DE298 = 0.0F;
f32 const GXPixel_804DE29C = 0.5F;
f64 const GXPixel_804DE2A0 = 1.0L;
Vec2 const GXPixel_804DE2A8 = { 2.0F, 0.0F };
f64 const GXPixel_804DE2B0 = 0.5L;
Vec2 const GXPixel_804DE2B8 = { 8388638.0F, 0.0F };
f64 const GXPixel_804DE2C0 = 4503601774854144.0L;
f64 const GXPixel_804DE2C8 = 0.0L;
Vec2 const GXPixel_804DE2D0 = { 1.0F, 0.0F };
f64 const GXPixel_804DE2D8 = 3.0L;
Vec2 const GXPixel_804DE2E0 = { 256.0F, 0.0F };
f64 const GXPixel_804DE2E8 = 4503599627370496.0L;
void GXSetFog(s32 arg0, GXColor arg1, f32 arg2, f32 arg3, f32 arg4, f32 arg5)
{
NOT_IMPLEMENTED;
}
void GXInitFogAdjTable(GXFogAdjTbl* arg0, u16 arg1, Mtx44 arg2)
{
NOT_IMPLEMENTED;
}
void GXSetFogRangeAdj(s8 arg0, u16 arg1, GXFogAdjTbl* arg2)
{
NOT_IMPLEMENTED;
}
void GXSetBlendMode(s32 arg0, s32 arg1, s32 arg2, s32 arg3)
{
NOT_IMPLEMENTED;
}
void GXSetColorUpdate(u8 arg0)
{
NOT_IMPLEMENTED;
}
void GXSetAlphaUpdate(u8 arg0)
{
NOT_IMPLEMENTED;
}
void GXSetZMode(u8 arg0, u32 arg1, u32 arg2)
{
NOT_IMPLEMENTED;
}
void GXSetZCompLoc(u8 arg0)
{
NOT_IMPLEMENTED;
}
void GXSetPixelFmt(int arg0, int arg1)
{
NOT_IMPLEMENTED;
}
void GXSetDither(u8 arg0)
{
NOT_IMPLEMENTED;
}
void GXSetDstAlpha(u8 arg0, u8 arg1)
{
NOT_IMPLEMENTED;
}
void GXSetFieldMode(int arg0, int arg1)
{
NOT_IMPLEMENTED;
}