Closed MasterNama17083 closed 2 months ago
These are appended to the make
command when you build the game. Make sure to run make clean
before rebuilding with new settings.
These are appended to the
make
command when you build the game. Make sure to runmake clean
before rebuilding with new settings.
Oh, thanks! I figured out to build using 3Dfx option with this command.
docker run --rm --mount type=bind,source="$(pwd)",destination=/sm64 -ti sm64_dos make -j4 ENABLE_OPENGL_LEGACY=1 DOS_GL=dmesa
then put a glide3x.dxe
in the build folder.
I can't find on the source code, where's there way to toggle with on like config file?