The NetBSD Project

CVS log for pkgsrc/emulators/libretro-beetle-psx/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / emulators / libretro-beetle-psx

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Sun Sep 11 12:51:32 2022 UTC (12 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, HEAD
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

*: bump PKGREVISION for flac shlib bump

Revision 1.9 / (download) - annotate - [select for diffs], Sat May 30 14:59:10 2020 UTC (3 years, 3 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.8: +3 -5 lines
Diff to previous 1.8 (colored)

libretro-beetle-psx: Update to 20200526

Changes:
     * Load bios from path that was checked
     * sanitize gl context requests
     * Add more detailed error messages for mmap, unlink sooner
     * Allow Solaris 11 build
     * Cleanup warnings: snprintf truncation, strncpy->memcpy, memset
     * Lightrec: Cleanup/deduplicate mmap code
     * Lightrec: Improve homebrew support
     * Fix inverted check for dma-only invalidation
     * Fix OS X compile
     * Lightrec: fix more games ãà       These games now work:
       ãàNeed For Speed: V-Rally
       ãàAlone In The Dark ãàOne-Eyed JackãàÑÔ Revenge
     * Lightrec: Fix SWL/LWL using wrong mask
     * When HAVE_SHM always use global memfd so it can be closed properly on
       exit ãà       LGTM found this once the default was to compile in lightrec
     * Keep track of mmap failing ãà       If mmap failed it should prevent crashing when closing and disables
       lightrec memory mirrors so as to not use an incorrect code path
     * Update to latest lightrec and extract PGXP from lightrec ãà       PGXP functions are now called from within beetle
     * Compile in Lightrec support by default ãà       Specify HAVE_LIGHTREC=0 if you donãàÑÕ want it compiled
     * Improve DualShock calibration reference
     * Fix disk control interface when running single-disk PBP content

Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 29 12:00:16 2019 UTC (4 years, 4 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.7: +1 -3 lines
Diff to previous 1.7 (colored)

libretro-beetle-psx: Update to 20190203

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

Revision 1.7 / (download) - annotate - [select for diffs], Tue Dec 18 16:12:13 2018 UTC (4 years, 9 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

emulators/libretro-beetle-psx*: Update HOMEPAGE.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Dec 18 15:50:48 2018 UTC (4 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.5: +3 -27 lines
Diff to previous 1.5 (colored)

emulators/libretro-beetle-psx-hw: New child package of ibretro-beetle-psx.

Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

Mednafen PSX (Beetle PSX) is a Sony PlayStation 1 video game system emulator
that can be used as a libretro core. It is a libretro port of Mednafen
PlayStation.

Mednafen can load CD-ROM games from a ripped/dumped copy of the disc, such
as CUE+BIN. Additionally there is support for CloneCD "CCD/IMG/SUB" rips,
and cdrdao "TOC" files. A CUE file is required.

This is the OpenGL version. It is currently less accurate than the software
renderer but will enable and/or speed up enhancements like upscaling and
texture filtering.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 2 21:09:28 2018 UTC (4 years, 11 months ago) by nia
Branch: MAIN
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 (colored)

emulators/libretro-*: SunOS linker fixes.

libretro makefiles pass flags to the linker that aren't understood by
SunOS ld. Add BUILDLINK_TRANSFORMs to remove those flags.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Sep 7 09:44:49 2018 UTC (5 years ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.3: +4 -3 lines
Diff to previous 1.3 (colored)

libretro-beetle-psx: This uses pthreads and is written in c++98

Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 7 00:45:23 2018 UTC (5 years ago) by nia
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

Attempt to fix the CLOCK_REALTIME problem properly. Bump PKGREVISION.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 7 00:12:45 2018 UTC (5 years ago) by nia
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

libretro-beetle-(psx|saturn): Define _POSIX_C_SOURCE for CLOCK_REALTIME

hopefully appeases FreeBSD.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Aug 11 00:19:58 2018 UTC (5 years, 1 month ago) by nia
Branch: MAIN

emulators/libretro-beetle-psx: Import libretro-beetle-psx-20180808

Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

Mednafen PSX (Beetle PSX) is a Sony PlayStation 1 video game system emulator
that can be used as a libretro core. It is a libretro port of Mednafen
PlayStation.

Mednafen can load CD-ROM games from a ripped/dumped copy of the disc, such
as CUE+BIN. Additionally there is support for CloneCD "CCD/IMG/SUB" rips,
and cdrdao "TOC" files. A CUE file is required.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>