-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBS2Main.c
63 lines (51 loc) · 1.16 KB
/
BS2Main.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
static GXRenderModeObj RenderMode; // 81380FD0
void BS2Main (void);
void BS2Main (void)
{
}
/*
DSPInit ();
ARQInit ();
InitHeap ();
DEMOInit ( 0x80000, &RenderMode );
0x8135B0C0 ( HeapAlloc ( 0x100000 ), 0x100000, 0x800000 );
0x8130B84C ();
0x8130BCB4 ();
0x813025A4 ();
var_7D18 = 0x814AEB50;
0x81300F50 (var_7D18);
0x8136F318 (0); // ???
0x8131C5C4 ();
DEMOPadInit ();
0x81308208 (0);
0x81307B0C (12);
0x81307EB8 ();
0x813022F4 ();
0x8130BEE8 (1);
OSGetSoundMode ();
0x8135B160 (); // ???
Main Loop:
while (1) {
DEMOPadRead ();
InitDVDLoader ();
DEMOBeforeRender ();
0x8130903C ();
0x81302DF0 ();
0x81302FA0 ();
0x8130BDB8 ();
0x81301100 ();
0x8130BE78 ();
0x813022C4 ();
DEMODoneRender ();
0x813015A4 ();
0x81301100 ();
0x8130BE78 ();
0x813022C4 ();
0x81301644 ();
GXFlush ();
0x81301724 ();
0x8130BEDC (); // blr
0x8131C268 ();
0x81302368 ();
}
*/