__sinit and progress script update

This commit is contained in:
Julgodis
2021-04-01 02:07:58 +02:00
parent b999714187
commit f6464a61ce
8753 changed files with 519991 additions and 1311052 deletions
+20 -40
View File
@@ -1,61 +1,50 @@
//
//
// Generated By: dol2asm
// Translation Unit: dvdqueue
//
//
#include "dolphin/dvd/dvdqueue.h"
#include "dol2asm.h"
#include "dolphin/types.h"
#include "dolphin/dvd/dvdqueue.h"
//
//
// Forward References:
//
//
// False False
extern "C" void __DVDClearWaitingQueue();
// False False
extern "C" void __DVDPushWaitingQueue();
// False False
extern "C" void __DVDPopWaitingQueue();
// False False
extern "C" void __DVDCheckWaitingQueue();
// False False
extern "C" void __DVDDequeueWaitingQueue();
//
//
// External References:
//
//
// False False
extern "C" void OSDisableInterrupts();
// False False
extern "C" void OSRestoreInterrupts();
//
//
// Declarations:
//
//
/* ############################################################################################## */
/* 8044C998-8044C9B8 0020+00 s=4 e=0 z=0 None .bss WaitingQueue */
/* 8044C998-8044C9B8 0020+00 s=4 e=0 z=0 None .bss WaitingQueue */
static u8 WaitingQueue[32];
/* 8034B874-8034B8AC 0038+00 s=0 e=5 z=0 None .text __DVDClearWaitingQueue */
/* 8034B874-8034B8AC 0038+00 s=0 e=5 z=0 None .text __DVDClearWaitingQueue */
// 8034B874: 8044C998 (WaitingQueue)
// 8034B878: 8044C998 (WaitingQueue)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
// False False
extern "C" asm void __DVDClearWaitingQueue() {
nofralloc
nofralloc
#include "asm/dolphin/dvd/dvdqueue/__DVDClearWaitingQueue.s"
}
#pragma pop
/* 8034B8AC-8034B914 0068+00 s=0 e=5 z=0 None .text __DVDPushWaitingQueue */
/* 8034B8AC-8034B914 0068+00 s=0 e=5 z=0 None .text __DVDPushWaitingQueue */
// 8034B8C8: 8033D6F4 (OSDisableInterrupts)
// 8034B8CC: 8044C998 (WaitingQueue)
// 8034B8D4: 8044C998 (WaitingQueue)
@@ -63,15 +52,13 @@ extern "C" asm void __DVDClearWaitingQueue() {
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
// False False
extern "C" asm void __DVDPushWaitingQueue() {
nofralloc
nofralloc
#include "asm/dolphin/dvd/dvdqueue/__DVDPushWaitingQueue.s"
}
#pragma pop
/* 8034B914-8034B9B4 00A0+00 s=0 e=2 z=0 None .text __DVDPopWaitingQueue */
/* 8034B914-8034B9B4 00A0+00 s=0 e=2 z=0 None .text __DVDPopWaitingQueue */
// 8034B924: 8033D6F4 (OSDisableInterrupts)
// 8034B92C: 8044C998 (WaitingQueue)
// 8034B934: 8044C998 (WaitingQueue)
@@ -84,15 +71,13 @@ extern "C" asm void __DVDPushWaitingQueue() {
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
// False False
extern "C" asm void __DVDPopWaitingQueue() {
nofralloc
nofralloc
#include "asm/dolphin/dvd/dvdqueue/__DVDPopWaitingQueue.s"
}
#pragma pop
/* 8034B9B4-8034BA0C 0058+00 s=0 e=1 z=0 None .text __DVDCheckWaitingQueue */
/* 8034B9B4-8034BA0C 0058+00 s=0 e=1 z=0 None .text __DVDCheckWaitingQueue */
// 8034B9C0: 8033D6F4 (OSDisableInterrupts)
// 8034B9C8: 8044C998 (WaitingQueue)
// 8034B9D0: 8044C998 (WaitingQueue)
@@ -101,26 +86,21 @@ extern "C" asm void __DVDPopWaitingQueue() {
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
// False False
extern "C" asm void __DVDCheckWaitingQueue() {
nofralloc
nofralloc
#include "asm/dolphin/dvd/dvdqueue/__DVDCheckWaitingQueue.s"
}
#pragma pop
/* 8034BA0C-8034BA6C 0060+00 s=0 e=1 z=0 None .text __DVDDequeueWaitingQueue */
/* 8034BA0C-8034BA6C 0060+00 s=0 e=1 z=0 None .text __DVDDequeueWaitingQueue */
// 8034BA20: 8033D6F4 (OSDisableInterrupts)
// 8034BA3C: 8033D71C (OSRestoreInterrupts)
// 8034BA50: 8033D71C (OSRestoreInterrupts)
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
// False False
extern "C" asm void __DVDDequeueWaitingQueue() {
nofralloc
nofralloc
#include "asm/dolphin/dvd/dvdqueue/__DVDDequeueWaitingQueue.s"
}
#pragma pop