mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
psp, scaling revisited
This commit is contained in:
parent
d5d1778252
commit
0924243a53
6 changed files with 57 additions and 119 deletions
2
configure
vendored
2
configure
vendored
|
@ -128,7 +128,7 @@ set_platform()
|
|||
# use newlib
|
||||
SYSLIBS="-lc -lpspuser -lpspkernel"
|
||||
CFLAGS="$CFLAGS -D__PSP__"
|
||||
MFLAGS="-march=mips32r2"
|
||||
MFLAGS="-march=allegrex"
|
||||
ARCH=mipsel
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue