Skip to content

Commit 8ca93ea

Browse files
committed
Add hooks
1 parent 5b35adf commit 8ca93ea

File tree

6 files changed

+706
-119
lines changed

6 files changed

+706
-119
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
TARGET = capusbpsp
2-
OBJS = main.o
32

3+
OBJS = main.o log.o hooks.o
44
LIBS = -lpsprtc
55

6+
CFLAGS = -O2 -G0 -Wall
7+
68
BUILD_PRX = 1
79
PRX_EXPORTS = exports.exp
810

0 commit comments

Comments
 (0)