mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
vdp renderer, improvements for 8bit fast
improved 240 lines support, add setting buffer width, structural improvements
This commit is contained in:
parent
4e0fca8142
commit
f55fb31463
6 changed files with 152 additions and 103 deletions
2
Makefile
2
Makefile
|
@ -167,7 +167,7 @@ PLATFORM_MP3 = 1
|
|||
PLATFORM_ZLIB = 1
|
||||
endif
|
||||
ifeq "$(PLATFORM)" "psp"
|
||||
CFLAGS += -DUSE_BGR565 -DDRAW2_OVERRIDE_LINE_WIDTH=512 -G8 # -DLPRINTF_STDIO -DFW15
|
||||
CFLAGS += -DUSE_BGR565 -G8 # -DLPRINTF_STDIO -DFW15
|
||||
LDFLAGS := $(filter-out -lpsp%, $(LDFLAGS)) # collides with PSP image generation
|
||||
LDLIBS += -lpspnet_inet -lpspgu -lpspge -lpsppower -lpspaudio -lpspdisplay
|
||||
LDLIBS += -lpspaudiocodec -lpsprtc -lpspctrl -lpspsdk -lpspuser -lpspkernel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue