Enabled NO_SEGMENTED_MEMORY flag in order to fix bug when converting virtual to physical memory addresses.

This commit is contained in:
MeltyPlayer
2022-10-27 22:37:33 -05:00
parent fed6deebc3
commit 7bd0cc9a2c
+1 -1
View File
@@ -7,7 +7,7 @@ else
CC := cc CC := cc
LDFLAGS := -lm -shared LDFLAGS := -lm -shared
endif endif
CFLAGS := -g -Wall -fPIC -DSM64_LIB_EXPORT -DGBI_FLOATS -DVERSION_US CFLAGS := -g -Wall -fPIC -DSM64_LIB_EXPORT -DGBI_FLOATS -DVERSION_US -DNO_SEGMENTED_MEMORY
SRC_DIRS := src src/decomp src/decomp/engine src/decomp/include/PR src/decomp/game src/decomp/pc src/decomp/pc/audio src/decomp/mario src/decomp/tools src/decomp/audio SRC_DIRS := src src/decomp src/decomp/engine src/decomp/include/PR src/decomp/game src/decomp/pc src/decomp/pc/audio src/decomp/mario src/decomp/tools src/decomp/audio
BUILD_DIR := build BUILD_DIR := build