Render96 / Render96ex

Fork of https://github.com/sm64-port/sm64-port with additional features.
228 stars 42 forks source link

macOS fixes #74

Closed sofakng closed 1 year ago

sofakng commented 1 year ago

Here are the fixes required to allow compilation on macOS. Tested on an Apple MacBook M1 Pro running macOS Ventura v13.2.1 with GCC v12.2.0 (via Homebrew).

This also requires SDL2.framework to be installed (https://github.com/libsdl-org/SDL/releases) from the latest DMG file.

(NOTE: This probably only works for Homebrew and not MacPorts)

sofakng commented 1 year ago

Thanks very much!