mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Force no draw distance on and text saves off
This commit is contained in:
parent
1bb0c90741
commit
05674f3d69
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -53,6 +53,10 @@ DISCORDRPC ?= 0
|
||||||
# Enable docker build workarounds
|
# Enable docker build workarounds
|
||||||
DOCKERBUILD ?= 0
|
DOCKERBUILD ?= 0
|
||||||
|
|
||||||
|
# Force various options due since coop assumes they are set this way
|
||||||
|
NODRAWINGDISTANCE = 1
|
||||||
|
TEXTSAVES = 0
|
||||||
|
|
||||||
# Various workarounds for weird toolchains
|
# Various workarounds for weird toolchains
|
||||||
|
|
||||||
NO_BZERO_BCOPY ?= 0
|
NO_BZERO_BCOPY ?= 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue