Skip to content

Commit

Permalink
updated to latest peops
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Jul 24, 2023
1 parent aafd788 commit 0cdff60
Show file tree
Hide file tree
Showing 17 changed files with 3,414 additions and 2,376 deletions.
2 changes: 1 addition & 1 deletion extras/modules/peops/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TARGET = peops
OBJS = main.o psp.o audio.o $(SPU_OBJS) exports.o
SPU_OBJS = spu/decode_xa.o spu/spu.o spu/registers.o
SPU_OBJS = spu/decode_xa.o spu/spu.o spu/registers.o spu/externals.o

INCDIR = $(ARKROOT)/common/include
CFLAGS = -O2 -Os -G0 -Wall -fshort-wchar -fno-pic -mno-check-zero-division
Expand Down
Loading

0 comments on commit 0cdff60

Please sign in to comment.