You've already forked smb-decomp
mirror of
https://github.com/encounter/smb-decomp.git
synced 2026-03-30 11:38:28 -07:00
17 lines
257 B
C
17 lines
257 B
C
#ifndef _DOLPHIN_PPCARCH_H_
|
|
#define _DOLPHIN_PPCARCH_H_
|
|
|
|
// GEKKO registers
|
|
#define GQR0 0x390
|
|
#define GQR1 0x391
|
|
#define GQR2 0x392
|
|
#define GQR3 0x393
|
|
#define GQR4 0x394
|
|
#define GQR5 0x395
|
|
#define GQR6 0x396
|
|
#define GQR7 0x397
|
|
|
|
void PPCHalt(void);
|
|
|
|
#endif
|