mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Rename ALL NON_MATCHING to NON_EQUIVALENT. We will enable NON_MATCHING on a case by case basis going forward
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "macros.h"
|
||||
#include <stdlib.h>
|
||||
#ifdef NON_MATCHING
|
||||
#ifdef NON_EQUIVALENT
|
||||
//This needs to be compiled with mips3, which isn't yet supported
|
||||
ldiv_t ldiv(long num, long denom)
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "macros.h"
|
||||
#include "audio_internal.h"
|
||||
|
||||
#ifdef NON_MATCHING
|
||||
#ifdef NON_EQUIVALENT
|
||||
void alFxNew(ALFx *r, ALSynConfig *c, s16 bus);
|
||||
s32 alFxParam(void *filter, s32 paramID, void *param);
|
||||
s32 alMainBusParam(void *filter, s32 paramID, void *param);
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "audio_internal.h"
|
||||
#include "macros.h"
|
||||
|
||||
#ifdef NON_MATCHING
|
||||
#ifdef NON_EQUIVALENT
|
||||
|
||||
s32 __nextSampleTime(ALSynth *drvr, ALPlayer **client);
|
||||
s32 _timeToSamplesNoRound(ALSynth *ALSynth, s32 micros);
|
||||
|
||||
@@ -15,7 +15,7 @@ extern u32 __osTimerCounter;
|
||||
|
||||
OSTime __osInsertTimer(OSTimer *t);
|
||||
|
||||
#ifdef NON_MATCHING
|
||||
#ifdef NON_EQUIVALENT
|
||||
//Seems to be a mismatch based on where __osCurrentTime is defined.
|
||||
//Scratch proving that: https://decomp.me/scratch/OB3iP
|
||||
void __osTimerServicesInit(void) {
|
||||
|
||||
@@ -64,7 +64,7 @@ void osCreateViManager(OSPri pri) {
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef NON_MATCHING
|
||||
#ifdef NON_EQUIVALENT
|
||||
void __osTimerInterrupt(void);
|
||||
//Fails due to how retrace is declared. Not sure how to fix it.
|
||||
void viMgrMain(void *arg) {
|
||||
|
||||
Reference in New Issue
Block a user