An official continuation of https://github.com/djoslin0/sm64ex-coop on sm64coopdx for the enhancements and progress it already has.
403
stars
71
forks
source link
Updating mumble.c non-Windows Include (libc.h -> unistd.h) #347
Closed
DizzyThermal closed 1 month ago
Changing non-Windows include from libc.h (non existent?) to unistd.h for the getuid() function dependency.
Compiling on Ubuntu and SteamOS resulted in a failed build:
Confirmed build is successful on Linux with
unistd.h
(Ubuntu and SteamOS [Arch Linux])