This commit is contained in:
parent
e9f123dec7
commit
74ac11a27f
40 changed files with 6829 additions and 0 deletions
18
source/system/gp.h
Normal file
18
source/system/gp.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
/****************/
|
||||
/*** GP Stuph ***/
|
||||
/****************/
|
||||
|
||||
#ifndef __GP_H__
|
||||
#define __GP_H__
|
||||
|
||||
/*****************************************************************************/
|
||||
extern "C"
|
||||
{
|
||||
void SaveGP(void);
|
||||
u32 ReloadGP(void);
|
||||
void SetGP(u32 GpVal);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue