Fixed how DLs are rendered past the bounds of short values.

This commit is contained in:
MeltyPlayer
2022-10-20 00:54:05 -05:00
parent c035455ff7
commit fda9452421
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ else
CC := cc
LDFLAGS := -lm -shared
endif
CFLAGS := -g -Wall -fPIC -DSM64_LIB_EXPORT
CFLAGS := -g -Wall -fPIC -DSM64_LIB_EXPORT -DGBI_FLOATS
SRC_DIRS := src src/decomp src/decomp/engine src/decomp/game src/decomp/mario src/decomp/tools
BUILD_DIR := build