./emulators/libretro-beetle-psx-hw, Libretro core based on the Mednafen PlayStation emulator (OpenGL)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20200610nb1, Package name: libretro-beetle-psx-hw-20200610nb1, Maintainer: nia

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.


Required to run:
[graphics/MesaLib]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2022-09-11 14:52:13 by Thomas Klausner | Files touched by this commit (670)
Log message:
*: bump PKGREVISION for flac shlib bump
   2020-06-01 21:16:17 by Nia Alarie | Files touched by this commit (1)
Log message:
libretro-beetle-psx-hw: set LIBRETRO_CORE
   2020-05-30 16:59:10 by Nia Alarie | Files touched by this commit (4)
Log message:
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’s 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’t want it compiled
     * Improve DualShock calibration reference
     * Fix disk control interface when running single-disk PBP content
   2020-05-26 11:45:17 by Nia Alarie | Files touched by this commit (84)
Log message:
libretro-*: Support Darwin by cargo-culting SOEXT. Remove bsdtar hack.
   2018-12-18 17:12:13 by Nia Alarie | Files touched by this commit (3)
Log message:
emulators/libretro-beetle-psx*: Update HOMEPAGE.