core1/code_5650.c func_24324C() done
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# banjo (93.5289%)
|
||||
# banjo (93.5398%)
|
||||
|
||||
<img src="./progress/progress_total.svg">
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
<text x="22.0" y="14">core1</text>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
||||
<text x="78.5" y="15" fill="#010101" fill-opacity=".3">88.1315%</text>
|
||||
<text x="77.5" y="14">88.1315%</text>
|
||||
<text x="78.5" y="15" fill="#010101" fill-opacity=".3">88.2069%</text>
|
||||
<text x="77.5" y="14">88.2069%</text>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
@@ -17,7 +17,7 @@
|
||||
<text x="75.0" y="14">Banjo-Kazooie (us.v10)</text>
|
||||
</g>
|
||||
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
|
||||
<text x="184.5" y="15" fill="#010101" fill-opacity=".3">93.5289%</text>
|
||||
<text x="183.5" y="14">93.5289%</text>
|
||||
<text x="184.5" y="15" fill="#010101" fill-opacity=".3">93.5398%</text>
|
||||
<text x="183.5" y="14">93.5398%</text>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -61,25 +61,28 @@ void func_80243070(Struct87s *arg0) {
|
||||
D_802758CC->nextDelta = alEvtqNextEvent(&D_802758CC->evtq, &D_802758CC->nextEvent);
|
||||
}
|
||||
|
||||
#ifndef NONMATCHING
|
||||
#pragma GLOBAL_ASM("asm/nonmatchings/core1/code_5650/func_8024324C.s")
|
||||
#else
|
||||
void func_8024324C(N_ALSndPlayer *arg0) {
|
||||
N_ALEvent sp3C;
|
||||
|
||||
do {
|
||||
if (arg0->nextEvent.type == 0x20) {
|
||||
sp3C.type = 0x20;
|
||||
alEvtqPostEvent(&arg0->evtq, (ALEvent *) &sp3C, arg0->frameTime);
|
||||
func_80244190(arg0);
|
||||
} else {
|
||||
func_802432F8(arg0, &arg0->nextEvent);
|
||||
}
|
||||
arg0->nextDelta = alEvtqNextEvent(&arg0->evtq, &arg0->nextEvent);
|
||||
} while (arg0->nextDelta == 0);
|
||||
arg0->curTime += arg0->nextDelta;
|
||||
void func_8024324C(N_ALSndPlayer *arg0)
|
||||
{
|
||||
N_ALSndPlayer *new_var = (N_ALSndPlayer *)arg0;
|
||||
N_ALEvent sp3C;
|
||||
|
||||
do
|
||||
{
|
||||
if ((new_var->nextEvent.type & 0xFFFFFFFF) == 0x20)
|
||||
{
|
||||
sp3C.type = 0x20;
|
||||
alEvtqPostEvent(&new_var->evtq, (ALEvent *) (&sp3C), new_var->frameTime);
|
||||
func_80244190(new_var);
|
||||
}
|
||||
else
|
||||
{
|
||||
func_802432F8(new_var, &arg0->nextEvent);
|
||||
}
|
||||
new_var->nextDelta = alEvtqNextEvent(&new_var->evtq, &arg0->nextEvent);
|
||||
}
|
||||
while (arg0->nextDelta == 0);
|
||||
new_var->curTime += new_var->nextDelta;
|
||||
}
|
||||
#endif
|
||||
|
||||
#pragma GLOBAL_ASM("asm/nonmatchings/core1/code_5650/func_802432F8.s")
|
||||
|
||||
|
Reference in New Issue
Block a user