GregoireLD
GregoireLD
@AdmiralCurtiss I saw this PR got mentioned in another PR. As you're much more experienced on this project, may I ask your opinion about this ? I should mention I...
About bisecting, or going back and forth before and after this change, this changes does not erase the former parameters from the configuration files. As such : - As long...
> It works fine for me on M1 and x86 Macs with v2.01 of the SDL_net framework (built from source from: https://libsdl.org/projects/old/SDL_net/#source ) If seems to be sdl_net 1.2.8 and...
FWIW, M1 Brew installed SDL_net in : /opt/homebrew/Cellar/sdl_net/1.2.8_1/include/SDL/SDL_net.h and SDL2_net in : /opt/homebrew/Cellar/sdl2_net/2.2.0/include/SDL2/SDL_net.h
same error : Src/OSD/SDL/SDLIncludes.h:42:10: fatal error: 'SDL2/SDL_net.h' file not found #include weirdly enough, SDL_net doesn't seem to be included in the same folder as the rest of SDL. One more...
Long story short, it does, it only seem to work with manually installed versions of SDL2. Would it be suitable to add brew path as a suitable library path to...
Thanks for the food for thought ToBul. I fiddled around the makefile and SDLIncludes.h, and finally came up with a way to compile using standard brew SDL2 and SDL_net. I...
Sidenote regarding performances, so far it's pretty flawless on my MacBook M1 Max, I'm even using my Bluetooth xbox controller. Everything is awesome if you ask me. And regarding the...
I don't know how I feel about it, but I tested things in the line of trzy, finding a way to check if a suitable installation of brew was present...
I went ahead and made a fork and a PR with that, you can drop or deny it if you think it's a bad idea, or change it, I won't...