mirror of
https://github.com/n64decomp/mk64
synced 2026-08-12 19:52:29 -04:00
EU 1.0 OK (#265)
* EU 1.0 ok * EU 1.1 ok Co-authored-by: AloXado320 <david.albujar.s.30@gmail.com>
This commit is contained in:
+2
-2
@@ -42,7 +42,7 @@
|
||||
#define A_INTERLEAVE 13
|
||||
#define A_SETLOOP 15
|
||||
|
||||
#if !(defined(VERSION_SH) || defined(VERSION_US))
|
||||
#if !(defined(VERSION_SH) || defined(VERSION_US) || defined(VERSION_EU))
|
||||
|
||||
#define A_ENVMIXER 3
|
||||
#define A_LOADBUFF 4
|
||||
@@ -642,7 +642,7 @@ typedef short ENVMIX_STATE[40];
|
||||
_a->words.w1 = (uintptr_t)(tr); \
|
||||
}
|
||||
|
||||
#if defined(VERSION_SH) || defined(VERSION_US)
|
||||
#if defined(VERSION_SH) || defined(VERSION_US) || defined (VERSION_EU)
|
||||
#undef aLoadBuffer
|
||||
#undef aSaveBuffer
|
||||
#undef aMix
|
||||
|
||||
Reference in New Issue
Block a user