mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-09 02:15:44 -04:00
project cleanup (#2895)
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
This commit is contained in:
@@ -8,22 +8,16 @@
|
||||
#include "JSystem/JAudio2/JASMutex.h"
|
||||
#include "stdio.h"
|
||||
|
||||
/* 80431660-80431678 05E380 0018+00 1/1 0/0 0/0 .bss sMutex */
|
||||
static OSMutex sMutex;
|
||||
|
||||
/* 80451220-80451224 000720 0004+00 1/1 0/0 0/0 .sbss sBuffer */
|
||||
static char* sBuffer;
|
||||
|
||||
/* 80451224-80451228 000724 0004+00 1/1 0/0 0/0 .sbss sLineMax */
|
||||
static int sLineMax;
|
||||
|
||||
/* 80451228-8045122C 000728 0004+00 1/1 0/0 0/0 .sbss sLineCount */
|
||||
static int sLineCount;
|
||||
|
||||
/* 8045122C-80451230 00072C 0004+00 1/1 0/0 0/0 .sbss sTop */
|
||||
static int sTop;
|
||||
|
||||
/* 80290F64-80291060 28B8A4 00FC+00 0/0 5/5 0/0 .text JASReport__FPCce */
|
||||
void JASReport(const char * str, ...) {
|
||||
if(sBuffer) {
|
||||
va_list vl;
|
||||
|
||||
Reference in New Issue
Block a user