Alan Rainot
Alan Rainot
@ckosmic Would it also make sense to base the port on the sm64ex nightly which has a wide range of new features compared to the main release?
Also changes here: https://github.com/Xjs/sm64ex/commit/a1e5dde66a32689259b37dc61a356c407f074465
@ckosmic The main fix is to change gcc commands to gcc-12 in the Makefile. But then the Xcode building outputs some errors.
I get this error now `src/pc/gfx/gfx_sdl2.m:140:48: error: no member named 'uikit' in 'union SDL_SysWMinfo::(unnamed at /opt/homebrew/include/SDL2/SDL_syswm.h:230:5)'`
The issue here seems to be with SDL. The proposed build here: https://github.com/SrGarmaples/target_osx uses SDL as well but not in the same structure as you did. There's an explanation here:...