mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Disabled broken NON_MATCHING functions.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
|
||||
#ifdef NON_MATCHING
|
||||
#if 00
|
||||
//Thse need to be compiled with -mips3, and linked differently
|
||||
unsigned long long __ull_rshift(unsigned long long a0, unsigned long long a1)
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* The comment below is needed for this file to be picked up by generate_ld */
|
||||
/* RAM_POS: 0x800C9B30 */
|
||||
|
||||
#ifdef NON_MATCHING
|
||||
#if 00
|
||||
//This needs to be compiled with mips3, which isn't yet supported
|
||||
long long __d_to_ll(double d) {
|
||||
return d;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "macros.h"
|
||||
#include "audio_internal.h"
|
||||
|
||||
#ifdef NON_MATCHING
|
||||
#if 00
|
||||
void alFxNew(ALFx *r, ALSynConfig *c, ALHeap *hp);
|
||||
s32 alFxParam(void *filter, s32 paramID, void *param);
|
||||
s32 alMainBusParam(void *filter, s32 paramID, void *param);
|
||||
|
||||
Reference in New Issue
Block a user