In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
11 bytes added ,  08:33, 24 July 2008
m
reformatting
Line 8: Line 8:  
#include <gccore.h>
 
#include <gccore.h>
 
static GXRModeObj *rmode = NULL;
 
static GXRModeObj *rmode = NULL;
 
+
// ...
 
rmode = VIDEO_GetPreferredMode(NULL);
 
rmode = VIDEO_GetPreferredMode(NULL);
 
VIDEO_Configure(rmode);
 
VIDEO_Configure(rmode);
Line 20: Line 20:  
     // Das Returnen aus der main Funktin funktioniert ebenso
 
     // Das Returnen aus der main Funktin funktioniert ebenso
 
     #include <unistd.h>
 
     #include <unistd.h>
     // ....
+
     // ...
 
     exit(0);
 
     exit(0);
 
</source>
 
</source>
Line 30: Line 30:  
<source lang="c">
 
<source lang="c">
 
#include <gccore.h>
 
#include <gccore.h>
 
+
// ...
 
SYS_ResetSystem(SYS_RESTART,0,0);
 
SYS_ResetSystem(SYS_RESTART,0,0);
 
</source>
 
</source>
316

edits

Navigation menu