OpenGL Window and rendering thread entry point.
void* winFunc( void * args )
GBA emulation thread entry point
void* gbaFunc( void * args )
Entry Point of the application
int main( int argc, char ** argv )
Represents the entire address space of the GBA.
struct Memory