Super repo for other libretro projects. Fetches, builds and installs. - History for libretro-build-common.sh - libretro/libretro-super
build_libretrodb() { cd "$BASE_DIR" if [ -d "$LIBRETRODB_BASE_DIR" ]; then echo "=== Building libretrodb ===" cd "${LIBRETRODB_BASE_DIR}" if [ -z "${NOCLEAN}" ]; then make -j$JOBS clean || die "Failed to clean ${2}" fi make -j$JOBS || die "Failed...
libretro-super/dist/info/mednafen_lynx_libretro.info Go to file Go to file T Go to line L Copy path Copy permalink Cannot retrieve contributors at this time 27 lines (23 sloc) 830 Bytes Raw Blame Open with Desktop View raw View blame This file contains bidirectional Unicode text...
libretro_build_core mednafen_lynx libretro_build_core mednafen_ngp libretro_build_core mednafen_pce_fast libretro_build_core mednafen_supergrafx libretro_build_core mednafen_vb libretro_build_core mednafen_wswan libretro_build_core mu
Super Cassette Vision is a home video game console made by EPOCH CO. and released in Japan on July 17, 1984 and released in Europe (France only) later in 1984 under the YENO brand.The EmuSCV core has been authored by: - MARCONATO Maxime - TAKEDA Toshiya...
libretro-super/libretro-build-xdk360.sh Go to file Copy path Cannot retrieve contributors at this time executable file17 lines (14 sloc)325 Bytes RawBlame #!/usr/bin/env bash #vim: set ts=3 sw=3 noet ft=sh : bash SCRIPT="${0#./}" ...
1+1/libretro-super 代码 Issues 0 Pull Requests 0 Wiki 统计 流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号? 立即登录 文件 master 克隆/下载 master libretro-super / libretro-build.sh libretro-build.sh 7.78 KB 一键复...
libretro-super/libretro-build-xdk1.sh Go to file Copy path Cannot retrieve contributors at this time executable file17 lines (14 sloc)323 Bytes RawBlame #!/usr/bin/env bash #vim: set ts=3 sw=3 noet ft=sh : bash SCRIPT="${0#./}" ...
libretro-super/libretro-build-msvc2010_x64.sh Go to file 17 lines (14 sloc) 330 Bytes Raw Blame #! /usr/bin/env bash # vim: set ts=3 sw=3 noet ft=sh : bash SCRIPT="${0#./}" BASE_DIR="${SCRIPT%/*}" WORKDIR="$PWD" if [ "$BASE_DIR" = "$SCRIPT" ]; then BASE...
libretro-super/libretro-build-msvc2005_x86.sh Go to file executable file 17 lines (14 sloc) 330 Bytes Raw Blame #! /usr/bin/env bash # vim: set ts=3 sw=3 noet ft=sh : bash SCRIPT="${0#./}" BASE_DIR="${SCRIPT%/*}" WORKDIR="$PWD" if [ "$BASE_DIR" = "$SCRIPT" ...