mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-08 18:13:02 -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:
@@ -5,11 +5,8 @@
|
||||
|
||||
#include "SSystem/SComponent/c_counter.h"
|
||||
|
||||
/* ############################################################################################## */
|
||||
/* 80430CD8-80430CE8 000C+04 s=1 e=12 z=22 None .bss g_Counter */
|
||||
counter_class g_Counter;
|
||||
|
||||
/* 80265E1C-80265E64 0048+00 s=0 e=1 z=0 None .text cCt_Counter__Fi */
|
||||
void cCt_Counter(int resetCounter1) {
|
||||
if (resetCounter1 == 1) {
|
||||
g_Counter.mCounter1 = 0;
|
||||
@@ -18,4 +15,4 @@ void cCt_Counter(int resetCounter1) {
|
||||
}
|
||||
|
||||
g_Counter.mCounter0++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user