Recent content by MLdB

  1. MLdB

    Homebrew [Release] Quake2CTR - Quake 2 port

    No expert here, but browsing through the code and reviewing the commits, I think the error originates in: gl_model.c line 261 r_model.c line 166 A call to Hunk_Begin() was changed between versions 0.1 and 1.0: loadmodel->extradata = Hunk_Begin (0xC00000); became: loadmodel->extradata =...
  2. MLdB

    Homebrew [Release] Quake2CTR - Quake 2 port

    Same here, no fix on the horizon?