Disabled broken NON_MATCHING functions.

This commit is contained in:
Antonio
2021-10-29 21:03:14 -07:00
parent 50e5f77b8c
commit fa338dcb7e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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;
+1 -1
View File
@@ -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);