mirror of
https://github.com/libretro/libretro-super.git
synced 2025-01-31 13:22:17 +00:00
This ought to get PS3, PSP1, and QNX building
This commit is contained in:
parent
c052ce8255
commit
6b703d4284
4
.gitignore
vendored
4
.gitignore
vendored
@ -61,8 +61,10 @@
|
||||
/libretro-vecx/
|
||||
/libretro-virtualjaguar/
|
||||
/libretro-yabause/
|
||||
/libretro-fuse/
|
||||
/libretro-dat-pull/
|
||||
/libretro-sdk/
|
||||
/libretro-common/
|
||||
/libretrodb/
|
||||
/retroarch/
|
||||
/build-summary.log
|
||||
/build-revisions/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
SCRIPT=$(readlink -f $0)
|
||||
BASE_DIR=$(dirname $SCRIPT)
|
||||
WORKDIR="$PWD"
|
||||
RARCH_DIR=$BASE_DIR/dist
|
||||
RARCH_DIST_DIR=$RARCH_DIR/ps3
|
||||
FORMAT=_ps3
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
SCRIPT=$(readlink -f $0)
|
||||
BASE_DIR=$(dirname $SCRIPT)
|
||||
WORKDIR="$PWD"
|
||||
RARCH_DIR=$BASE_DIR/dist
|
||||
RARCH_DIST_DIR=$RARCH_DIR/psp1
|
||||
FORMAT=_psp1
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
SCRIPT=$(readlink -f $0)
|
||||
BASE_DIR=$(dirname $SCRIPT)
|
||||
WORKDIR=$PWD
|
||||
WORKDIR="$PWD"
|
||||
RARCH_DIR=$BASE_DIR/dist
|
||||
RARCH_DIST_DIR=$RARCH_DIR/qnx
|
||||
FORMAT=_qnx
|
||||
|
Loading…
x
Reference in New Issue
Block a user