changeset 1239 | cbdb2c156aca |
parent 1238 | 1901fea5edac |
child 1256 | 3cfb04f6e726 |
1238:1901fea5edac | 1239:cbdb2c156aca |
---|---|
462 /* Init chunky to planar routine */ |
462 /* Init chunky to planar routine */ |
463 SDL_Atari_C2pConvert = SDL_Atari_C2pConvert8; |
463 SDL_Atari_C2pConvert = SDL_Atari_C2pConvert8; |
464 |
464 |
465 #ifdef HAVE_OPENGL |
465 #ifdef HAVE_OPENGL |
466 SDL_AtariGL_InitPointers(this); |
466 SDL_AtariGL_InitPointers(this); |
467 SDL_AtariGL_LoadLibrary(this, NULL); |
|
468 #endif |
467 #endif |
469 |
468 |
470 /* We're done! */ |
469 /* We're done! */ |
471 return(0); |
470 return(0); |
472 } |
471 } |