[NEW] GRRLIB_Credit that you HAVE to call at least ONCE in your code to

respect author desire !! ( thanks to respect our work following this 
rule !!)
This commit is contained in:
N0NameN0 2009-02-10 01:18:02 +00:00
parent 108103ea2c
commit 34d1f99199
4 changed files with 3981 additions and 0 deletions

View file

@ -60,6 +60,8 @@ ChangeLog :
* add GRRLIB_Exit to free the memory allocated by GRRLIB * add GRRLIB_Exit to free the memory allocated by GRRLIB
* add GRRLIB_Credit that you HAVE to call at least ONCE in your code to respect author desire !! ( thanks to respect our work following this rule !!)
have a look at the sample code to see how all this work ;) have a look at the sample code to see how all this work ;)
Remember that 3.0.5 is a WIP preview for the soon coming GRRLIB 4.0 and it's not intend to be publicly released... Remember that 3.0.5 is a WIP preview for the soon coming GRRLIB 4.0 and it's not intend to be publicly released...

File diff suppressed because it is too large Load diff

View file

@ -74,6 +74,7 @@ void GRRLIB_GXEngine(Vector v[], u32 color, long count, u8 fmt);
void GRRLIB_Init(); void GRRLIB_Init();
void GRRLIB_Credit();
void GRRLIB_Render(); void GRRLIB_Render();

View file

@ -64,6 +64,8 @@ int main() {
GRRLIB_Init(); GRRLIB_Init();
GRRLIB_Credit();
fatInitDefault(); fatInitDefault();
WPAD_Init(); WPAD_Init();
WPAD_SetDataFormat(WPAD_CHAN_0, WPAD_FMT_BTNS_ACC_IR); WPAD_SetDataFormat(WPAD_CHAN_0, WPAD_FMT_BTNS_ACC_IR);