Standalone port/fork of Mednafen PSX to the Libretro API.
Go to file
2019-08-01 20:03:05 +02:00
.github (github) Add a template for issues 2018-10-24 22:04:13 +01:00
deps Revert "(ugui) Move all files to deps folder" 2019-07-02 04:15:43 +02:00
jni Revert "Update Android.mk" 2019-07-02 04:19:35 +02:00
libretro-common Update libretro.h 2019-08-01 06:53:43 +02:00
mednafen Make sure basic char arrays just use malloc/free 2019-07-26 04:33:20 +02:00
parallel-psx Use system path include 2018-12-27 16:37:06 +01:00
pgxp - Clamp texture coordinates to avoid sampling incorrect values when using filtering options 2018-07-01 15:48:34 +01:00
rsx Try to fix Android build 2019-07-10 01:52:05 +02:00
.dir-locals.el Added dir-locals.el files for emacs to indent correctly by default 2016-12-03 11:20:14 +01:00
.gitignore Revert "(ugui) Move all files to deps folder" 2019-07-02 04:15:43 +02:00
.travis.yml add travis build script 2017-10-24 13:31:53 -04:00
appveyor.yml Appveyor CI 2017-12-21 22:17:52 +09:00
beetle_psx_griffin_c.c Updates to Griffin 2016-06-09 10:15:53 +02:00
beetle_psx_griffin.cpp Updates to Griffin 2016-06-09 10:15:53 +02:00
COPYING Distribute the Mednafen license 2016-08-18 10:42:43 -07:00
input.cpp Rename variables which conflict with global variables 2019-07-14 20:59:05 +02:00
input.h Implement input bitmasks 2019-07-07 09:23:53 +02:00
libretro_cbs.c [squash and merge] runtime update for vulkan texture filtures (#417) 2018-09-01 17:44:42 -05:00
libretro_cbs.h [squash and merge] runtime update for vulkan texture filtures (#417) 2018-09-01 17:44:42 -05:00
libretro_core_options.h (core options) Add sublabels) 2019-08-01 20:03:05 +02:00
libretro_options.h Use a macro to derive the option name 2018-03-13 12:28:29 +01:00
libretro.cpp Start moving to new core options 2019-08-01 07:48:38 +02:00
link.T Initial commit. 2012-06-03 17:48:14 +02:00
Makefile Update Makefile 2019-07-18 22:37:56 +02:00
Makefile.common update libretro-common 2019-07-21 12:18:27 -04:00
README.md Update README.md 2018-04-08 03:08:00 +01:00
scrc32.c Update to 0.9.39.2 2016-09-23 21:51:50 +02:00
scrc32.h (Mednafen PCE) Update to 0.9.33.3 2014-04-20 23:05:37 +02:00
ugui_tools.c Revert "(ugui) Move all files to deps folder" 2019-07-02 04:15:43 +02:00
ugui_tools.h Revert "(ugui) Move all files to deps folder" 2019-07-02 04:15:43 +02:00

Build Status Build status

Beetle PSX libretro

Beetle PSX is a port/fork of Mednafen's PSX module to the libretro API. It can be compiled in C++98 mode, excluding the Vulkan renderer, which is written in C++11 for the time being. Beetle PSX currently runs on Linux, OSX and Windows.

Notable additions in this fork are:

  • PBP and CHD file format support, developed by Zapeth;
  • Software renderer internal resolution upscaling, implemented by simias;
  • An OpenGL 3.3 renderer, developed by simias;
  • A Vulkan renderer, developed by TinyTiger;
  • PGXP perspectve correct texturing and subpixel precision, developed by iCatButler;

Documentation

https://docs.libretro.com/library/beetle_psx_hw/