mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-16 23:11:19 +00:00
10 lines
166 B
C
10 lines
166 B
C
#ifndef _DOLPHIN_DSP_REGS
|
|
#define _DOLPHIN_DSP_REGS
|
|
|
|
#include "types.h"
|
|
|
|
vu16 __DSPRegs[32] : 0xCC005000;
|
|
vu32 __AIRegs[8] : 0xCC006C00;
|
|
|
|
#endif // _DOLPHIN_DSP_REGS
|