libretro / Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).
http://www.michaelfogleman.com/craft/
MIT License
43 stars 19 forks source link

Does not compile on ARM64 #27

Closed jet082 closed 4 years ago

jet082 commented 5 years ago

With recent versions of OpenGLES it seems you need to change all GLdouble to GLfloat.

Upon doing that, it compiles fine.

GLdoubles are found in:

deps/libretro-common/glsm/glsm.c deps/libretro-common/include/glsm/glsmsym.h

jet082 commented 4 years ago

See https://github.com/libretro/Craft/issues/28