initial commit

This commit is contained in:
dajoho 2023-12-03 23:10:57 +01:00
commit dbc0df9378
136 changed files with 3036 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#!/bin/bash
#tar xvf "$SRC/libretro-bash-launcher-pg3dhax.tar.xz"
git clone https://code.teampandory.com/pandory500/libretro-teampandory-dosbox-vcore/
cd libretro-teampandory-dosbox-vcore/
export CC="$xCC"
export CXX="$xCXX"
export CFLAGS="-O3"
export CXXFLAGS="-O3"
make platform="unix" ARCH="$xPLATFORM"