Skip to content

Commit

Permalink
Fixed FinalSpeed compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Apr 19, 2024
1 parent 719bb69 commit 33dd515
Show file tree
Hide file tree
Showing 11 changed files with 329 additions and 330 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,10 @@ kxploits:
$(Q)$(MAKE) $@ K=sceSdGetLastIndex -C loader/live/kernel/kxploit

finalspeed:
$(Q)bin2c loader/live/FinalSpeed/Launcher660/NPIA00013/EBOOT.PBP loader/live/FinalSpeed/660launcher.h 660launcher
$(Q)bin2c loader/live/FinalSpeed/Launcher660/NPEG00012/EBOOT.PBP loader/live/FinalSpeed/660launcherDC.h 660launcherDC
$(Q)bin2c loader/live/kernel/kxploit/sceSdGetLastIndex/K.BIN loader/live/FinalSpeed/kbin.h kbin
$(Q)bin2c loader/live/FinalSpeed/Launcher660/NPIA00013/EBOOT.PBP loader/live/FinalSpeed/660launcher.h _660launcher
$(Q)bin2c loader/live/FinalSpeed/Launcher660/NPEG00012/EBOOT.PBP loader/live/FinalSpeed/660launcherDC.h _660launcherDC
$(Q)bin2c loader/live/kernel/kxploit/sceSdGetLastIndex/K.BIN loader/live/FinalSpeed/kbin.h _kbin
$(Q)make -C loader/live/FinalSpeed

# Only clean non-library code
cleanobj:
Expand Down
22 changes: 0 additions & 22 deletions loader/live/FinalSpeed/!_mk.bat

This file was deleted.

40 changes: 22 additions & 18 deletions loader/live/FinalSpeed/Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
TARGET = LSF
OBJS = main.o

LIBS = -lpspkubridge

BUILD_PRX = 1
PSP_FW_VERSION = 660

CFLAGS = -O2 -G0 -Wall -fshort-wchar
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
ASFLAGS = $(CFLAGS)


EXTRA_TARGETS = EBOOT.PBP
PSP_EBOOT_TITLE = FinalSpeed

PSPSDK=$(shell psp-config --pspsdk-path)
include $(PSPSDK)/lib/build.mak
TARGET = LSF
OBJS = main.o

LIBDIR = $(ARKROOT)/libs

LIBS = -lpspkubridge

BUILD_PRX = 1
PSP_FW_VERSION = 660

CFLAGS = -O2 -G0 -Wall -fshort-wchar
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
ASFLAGS = $(CFLAGS)

INCDIR = $(ARKROOT)/common/include


EXTRA_TARGETS = EBOOT.PBP
PSP_EBOOT_TITLE = FinalSpeed

PSPSDK=$(shell psp-config --pspsdk-path)
include $(PSPSDK)/lib/build.mak
Loading

0 comments on commit 33dd515

Please sign in to comment.