Files
tp/libs/dolphin/dvd/dvdqueue.c
T
TakaRikka 1114b13da8 clean up dolphin files / work on some rels (#212)
* d_a_alldie / d_a_tboxSw / d_a_tag_gstart / d_a_tag_hstop

* dolphin OS work / cleanup

* dolphin GX work / cleanup

* finish changing dolphin files to C

* more files into C

* match rest of MSL_C math functions

* more dolphin files converted to C

* remove asm

* d_bg_w work

* remove asm

* d_a_alink work / kytag14
2022-11-11 11:09:48 -07:00

84 lines
2.0 KiB
C

//
// Generated By: dol2asm
// Translation Unit: dvdqueue
//
#include "dolphin/dvd/dvdqueue.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Forward References:
//
void __DVDClearWaitingQueue();
void __DVDPushWaitingQueue();
void __DVDPopWaitingQueue();
void __DVDCheckWaitingQueue();
void __DVDDequeueWaitingQueue();
//
// External References:
//
void OSDisableInterrupts();
void OSRestoreInterrupts();
//
// Declarations:
//
/* ############################################################################################## */
/* 8044C998-8044C9B8 0796B8 0020+00 4/4 0/0 0/0 .bss WaitingQueue */
static u8 WaitingQueue[32];
/* 8034B874-8034B8AC 3461B4 0038+00 0/0 5/5 0/0 .text __DVDClearWaitingQueue */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void __DVDClearWaitingQueue() {
nofralloc
#include "asm/dolphin/dvd/dvdqueue/__DVDClearWaitingQueue.s"
}
#pragma pop
/* 8034B8AC-8034B914 3461EC 0068+00 0/0 5/5 0/0 .text __DVDPushWaitingQueue */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void __DVDPushWaitingQueue() {
nofralloc
#include "asm/dolphin/dvd/dvdqueue/__DVDPushWaitingQueue.s"
}
#pragma pop
/* 8034B914-8034B9B4 346254 00A0+00 0/0 2/2 0/0 .text __DVDPopWaitingQueue */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void __DVDPopWaitingQueue() {
nofralloc
#include "asm/dolphin/dvd/dvdqueue/__DVDPopWaitingQueue.s"
}
#pragma pop
/* 8034B9B4-8034BA0C 3462F4 0058+00 0/0 1/1 0/0 .text __DVDCheckWaitingQueue */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void __DVDCheckWaitingQueue() {
nofralloc
#include "asm/dolphin/dvd/dvdqueue/__DVDCheckWaitingQueue.s"
}
#pragma pop
/* 8034BA0C-8034BA6C 34634C 0060+00 0/0 1/1 0/0 .text __DVDDequeueWaitingQueue */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void __DVDDequeueWaitingQueue() {
nofralloc
#include "asm/dolphin/dvd/dvdqueue/__DVDDequeueWaitingQueue.s"
}
#pragma pop