Standalone port/fork of Mednafen PSX to the Libretro API.
Go to file
2018-04-08 03:08:00 +01:00
deps Logic 2017-12-27 15:20:35 +09:00
jni Refactor android jni makefiles 2018-04-07 12:57:15 -05:00
libretro-common Update libretro-common 2018-03-24 13:40:46 +01:00
mednafen Fix PGXP regression in GTE NCLIP 2018-04-07 21:45:48 +02:00
msvc Get rid of retrogl helper files 2017-07-26 04:52:03 +02:00
parallel-psx Refactor android jni makefiles 2018-04-07 12:57:15 -05:00
pgxp Create a description of PGXP 2017-09-06 18:02:04 +01:00
rsx Renderer core option now has two options: hardware and software 2018-04-06 17:28:18 +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 CHD support 2017-12-27 14:15:26 +09: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 Fix 2017-12-07 23:09:42 +09:00
input.h Merge branch 'master' into new_lightgun_api_wip 2017-11-24 12:45:16 +00:00
libretro_cbs.c (rsx) Cleanups 2017-10-17 06:19:21 +01:00
libretro_cbs.h (rsx) Cleanups 2017-10-17 06:19:21 +01:00
libretro_options.h Use a macro to derive the option name 2018-03-13 12:28:29 +01:00
libretro_vulkan.h Add parallel-psx and dumping. 2016-12-03 17:09:45 +01:00
libretro.cpp Add renderer core options for software-only core too 2018-04-06 17:31:05 +02:00
link.T Initial commit. 2012-06-03 17:48:14 +02:00
Makefile use 64-bit file offsets/seeking on windows 2018-02-14 01:49:02 -05:00
Makefile.common mednafen-endian no longer a C file 2018-02-22 22:18:57 +01: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

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/