mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-04-28 13:07:59 +03:00
Shorten Product Number / Disc Serial, fix O3 and no-fast-math objects
This commit is contained in:
parent
23d1e194ec
commit
2035daa9fb
4 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue