Shorten Product Number / Disc Serial, fix O3 and no-fast-math objects

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2025-03-09 20:09:24 +02:00
parent 23d1e194ec
commit 2035daa9fb
4 changed files with 14 additions and 14 deletions

View file

@ -6,7 +6,7 @@
# Put the filename of the output binary here
PROJECT_NAME = dca-liberty
TEAM_NAME ="the gang"
DISC_SERIAL = DCA-LIBERTY
DISC_SERIAL = DCA-LBRT
RELEASE_DATE = 20250401
TARGET ?= dca-liberty.elf
@ -95,19 +95,19 @@ OBJS_TEXCONV += \
# to conserve RAM.
OBJS_O3 = \
../vendor/librw/src/dc/rwdc.o \
../src/core/World.o \
../src/collision/Collision.o \
../src/math/math.o \
../src/math/Matrix.o \
../src/math/Quaternion.o \
../src/math/Rect.o \
../src/math/Vector.o \
../src/liberty/core/World.o \
../src/liberty/collision/Collision.o \
../src/liberty/math/math.o \
../src/liberty/math/Matrix.o \
../src/liberty/math/Quaternion.o \
../src/liberty/math/Rect.o \
../src/liberty/math/Vector.o \
../vendor/librw/src/base.o \
../src/renderer/Shadows.o
../src/liberty/renderer/Shadows.o
OBJS_NO_FAST_MATH = \
../src/core/Cam.o \
../src/core/Camera.o
../src/liberty/core/Cam.o \
../src/liberty/core/Camera.o
KOS_CPPFLAGS += -fbuiltin -ffast-math -ffp-contract=fast \
-mfsrra -mfsca

View file

@ -1,7 +1,7 @@
Device Info : CD-ROM1/1
Area Symbols : JUE
Peripherals : E000F10
Product No : DCA-LIBERTY
Product No : DCA-LBRT
Version : V2.000
Release Date : 20250401
Boot Filename : 1ST_READ.BIN

View file

@ -6,7 +6,7 @@
# Put the filename of the output binary here
PROJECT_NAME = dca-miami
TEAM_NAME ="the gang"
DISC_SERIAL = DCA-MIAMI
DISC_SERIAL = DCA-MIAM
RELEASE_DATE = 20250401
TARGET ?= dca-miami.elf

View file

@ -1,7 +1,7 @@
Device Info : CD-ROM1/1
Area Symbols : JUE
Peripherals : E000F10
Product No : DCA-MIAMI
Product No : DCA-MIAM
Version : V1.000
Release Date : 20250401
Boot Filename : 1ST_READ.BIN