mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-06 03:04:30 +00:00
- update all cores to latest commit - update RetroArch to 1.20.0 - update core_info, database, shaders, joypad configs, overlays - retroarch: update patch - save to default config - mame: update patch - crosscompile - np2kai: rollback update - new libretro cores: - anarch - ardens - doukutsu_rs - lrps2 (supersedes pcsx2) - m2000 - melondsds - noods - panda3ds - pzretro - tamalibretro - vice: add x64dtv x64sc xcbm2 xscpu64 cores Co-authored-by: gouchi <gouchi@free.fr>
14 lines
452 B
Makefile
14 lines
452 B
Makefile
PKG_NAME="quasi88"
|
|
PKG_VERSION="28b37bafd3fb1e3a812c50a5ddca94c5fd68e5fd"
|
|
PKG_LICENSE="GPL3"
|
|
PKG_SITE="https://github.com/libretro/quasi88-libretro"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="A port of QUASI88, a PC-8800 series emulator by Showzoh Fukunaga, to the libretro API"
|
|
PKG_TOOLCHAIN="make"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/lib/libretro
|
|
cp -v quasi88_libretro.so ${INSTALL}/usr/lib/libretro/
|
|
}
|