prime/include/dolphin/dsp_regs.h
Luke Street 6768dfc9b4 Begin CGX/CCubeMaterial; add dolphin headers from aurora
Former-commit-id: b28e24862bbde19fa6cc5649f568d51d7b0b35d7
2022-08-30 00:05:16 -04:00

10 lines
159 B
C

#ifndef __DSP_REGS_H__
#define __DSP_REGS_H__
#include "types.h"
vu16 __DSPRegs[32] : 0xCC005000;
vu32 __AIRegs[8] : 0xCC006C00;
#endif // __DSP_REGS_H__