mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Fixed line endings of some files to have a blank line at the end to satisfy warnings
This commit is contained in:
@@ -20,4 +20,4 @@ void alCSPSetChlPan(ALCSPlayer *seqp, u8 chan, ALPan pan)
|
||||
|
||||
alEvtqPostEvent(&seqp->evtq, &evt, 0);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -22,4 +22,4 @@ void alCSPSetTempo(ALCSPlayer *seqp, s32 tempo)
|
||||
|
||||
alEvtqPostEvent(&seqp->evtq, &evt, 0);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -24,4 +24,4 @@ void osCreateMesgQueue(OSMesgQueue *mq, OSMesg *msg, s32 msgCount)
|
||||
mq->first = 0;
|
||||
mq->msgCount = msgCount;
|
||||
mq->msg = msg;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -131,4 +131,3 @@ void osSpTaskStartGo(OSTask *tp){
|
||||
|
||||
__osSpSetStatus(SP_SET_INTR_BREAK | SP_CLR_SSTEP | SP_CLR_BROKE | SP_CLR_HALT);
|
||||
}
|
||||
|
||||
|
||||
@@ -115,21 +115,3 @@ const int D_800E98B8[2] = {
|
||||
const int D_800E98C0[2] = {
|
||||
0x7F810000, 0x00000000
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
#include "macros.h"
|
||||
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/cosf.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/sinf.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/sinf.s")
|
||||
|
||||
@@ -19,4 +19,3 @@ GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/__osDpDeviceBusy.s")
|
||||
__OSViContext *__osViGetCurrentContext(void){
|
||||
return __osViCurr;
|
||||
}
|
||||
|
||||
|
||||
@@ -41,4 +41,4 @@ GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/_Genld.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/_Ldtob.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/__osSetCompare.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/lldiv.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/ldiv.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0D3020/ldiv.s")
|
||||
|
||||
@@ -1546,9 +1546,7 @@ OSViMode osViModeTable[42] = {
|
||||
}}},
|
||||
};
|
||||
|
||||
|
||||
// TODO: Convert the following arrays into OSViMode structs.
|
||||
|
||||
s32 D_800E4620[20] = {
|
||||
0x00000000, 0x0000320E, 0x00000140, 0x03E52239,
|
||||
0x0000020D, 0x00000C15, 0x0C150C15, 0x006C02EC,
|
||||
|
||||
Reference in New Issue
Block a user