Dave Murphy
Dave Murphy
This isn't quite ready for merging. I wanted to start the PR and get some advice on how best to approach some of this. I'm not entirely keen on this...
Things have moved around a little and installing been made easier since you wrote up https://github.com/pret/pokeruby/blob/master/INSTALL.md Largely it's just a matter of removing the instructions to set environment variables (fwiw...
As per title. I've attempted to build using 10.5 SDK using master which told me to build using the 'osxcross-1.1' branch instead. That branch built fine but only produces binaries...
Some relatively minor fixes to get this building for windows using mingw-w64 libusb.h pulls in windows.h on windows which has it's own typedefs for BYTE, UCHAR etc. DWORD is typedef'd...
Fixes assembler warnings and missing .note.GNU-stack section
Recently I added code in libogc to allow homebrew to send OSREPORT messages to Dolphin but it seems more sensible to use \n to end the message and stick with...
- include/ntfs-3g/ntfstime.h: fix struct timespec check - libntfs-3g/ioctl.c: guard use of syslog.h
base_tools was provided so people don't have to manually set path & variables for build tools. The env variable substitution is wrong and producing incorrect paths on windows. If there's...
Might have been better to preserve the structure of the original project rather than messing around replacing the build system. Would be easier to get your changes merged into the...