mvdhoning / gl2gx

OpenGL wrapper for GX on WII or Gamecube
25 stars 7 forks source link

(Not an issue) Fix CON missing functions #8

Open iyenal opened 4 years ago

iyenal commented 4 years ago

If you get issues when compiling your GL2GX application, concerning missing CON functions, add in your main file at top:

void CON_FlipStipple(){}
void CON_CopyToFB(){}
void CON_StopDraw(){}
void CON_StartDraw(){}

This is just so the compiler doesn't complain even if they do nothing, and are not used if you do 3D rendering without the need of console.