mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-03 10:35:52 +00:00
Use MUSY_DEBUG for debug prints
Former-commit-id: 07e9934d0aced2173c37244382b1f79df71ba71d
This commit is contained in:
parent
d74a026c82
commit
e7cc4cd57f
@ -1,8 +1,6 @@
|
|||||||
|
|
||||||
#include "musyx/musyx_priv.h"
|
#include "musyx/musyx_priv.h"
|
||||||
|
|
||||||
extern void OSReport(const char*, ...);
|
|
||||||
|
|
||||||
extern void DCStoreRange(void* addr, u32 nBytes);
|
extern void DCStoreRange(void* addr, u32 nBytes);
|
||||||
|
|
||||||
static volatile const u16 itdOffTab[128] = {
|
static volatile const u16 itdOffTab[128] = {
|
||||||
|
@ -138,9 +138,7 @@ void aramInit(unsigned long length) {
|
|||||||
aramWrite = aramBase + sizeof(s16) * 640;
|
aramWrite = aramBase + sizeof(s16) * 640;
|
||||||
aramUploadCallback = NULL;
|
aramUploadCallback = NULL;
|
||||||
InitStreamBuffers();
|
InitStreamBuffers();
|
||||||
#if _DEBUG
|
MUSY_DEBUG("MusyX ARAM handler initialized\n");
|
||||||
OSReport("MusyX ARAM handler initialized\n");
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void aramExit() {}
|
void aramExit() {}
|
||||||
@ -259,9 +257,7 @@ unsigned char aramAllocateStreamBuffer(unsigned long len) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (oSb == NULL) {
|
if (oSb == NULL) {
|
||||||
#if _DEBUG
|
MUSY_DEBUG("No stream buffer slots available or ARAM.\n\n");
|
||||||
OSReport("No stream buffer slots available or ARAM.\n\n");
|
|
||||||
#endif
|
|
||||||
return 0xFF;
|
return 0xFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user