c83c0c41f6
Changes from 20180808: * Dynamic controller port count reporting * Fix crash when loading Audio CD * Clamp IR factor to 8 with SSAA. * "Fix" resolver shader with 16x IR. * Fix issue #368 and enhance flipped sprite detection * Don't expose 32x resolution. * Fix chain allocator behaviour * Refactor UV offset and limit code to be shared by all renderers. * Fix PGXP "+CPU" integration * Prevent crash when cue sheet references a non-existant file
13 lines
395 B
Makefile
13 lines
395 B
Makefile
# $NetBSD: Makefile,v 1.8 2019/04/29 12:00:16 nia Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
MAINTAINER= nia@NetBSD.org
|
|
HOMEPAGE= https://docs.libretro.com/library/beetle_psx/
|
|
COMMENT= Libretro core based on the Mednafen PlayStation emulator
|
|
|
|
do-install:
|
|
${INSTALL_LIB} ${WRKSRC}/mednafen_psx_libretro.so \
|
|
${DESTDIR}${PREFIX}/lib/libretro/mednafen_psx_libretro.so
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|