mirror of
https://github.com/n64decomp/sm64
synced 2026-04-28 10:03:41 +00:00
Use C mixer implementation for shindou version for pc-port
This commit is contained in:
parent
8468a4f158
commit
4d763e6d47
|
|
@ -9,6 +9,10 @@
|
|||
#include "internal.h"
|
||||
#include "external.h"
|
||||
|
||||
#ifndef TARGET_N64
|
||||
#include "../pc/mixer.h"
|
||||
#endif
|
||||
|
||||
|
||||
#define DMEM_ADDR_TEMP 0x450
|
||||
#define DMEM_ADDR_RESAMPLED 0x470
|
||||
|
|
|
|||
Loading…
Reference in a new issue