psp, scaling revisited

This commit is contained in:
kub 2021-09-10 18:53:31 +02:00
parent d5d1778252
commit 0924243a53
6 changed files with 57 additions and 119 deletions

2
configure vendored
View file

@ -128,7 +128,7 @@ set_platform()
# use newlib
SYSLIBS="-lc -lpspuser -lpspkernel"
CFLAGS="$CFLAGS -D__PSP__"
MFLAGS="-march=mips32r2"
MFLAGS="-march=allegrex"
ARCH=mipsel
;;
*)