LibretroAdmin bbf09e9e92
Merge pull request #881 from ichee/master
Re-Add some Event Cycles that were removed
2023-04-21 15:38:11 +02:00
2023-03-15 22:26:05 +01:00
2020-09-22 20:19:18 -03:00
2022-07-06 18:17:16 -07:00
2023-02-24 01:45:59 +01:00
2017-10-24 13:31:53 -04:00
2017-12-21 22:17:52 +09:00
2016-06-09 10:15:53 +02:00
2016-06-09 10:15:53 +02:00
2016-08-18 10:42:43 -07:00
2022-07-16 17:59:33 +02:00
2012-06-03 17:48:14 +02:00
2019-12-25 11:04:17 -08:00
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 perspective correct texturing and subpixel precision, developed by iCatButler;

Building

Beetle PSX can be built with make. To build with hardware renderer support, run make HAVE_HW=1. make clean is required when switching between HW and non-HW builds.

Coding Style

The preferred coding style for Beetle PSX is the libretro coding style. See: https://docs.libretro.com/development/coding-standards/. Preexisting Mednafen code and various subdirectories may adhere to different styles; in those instances the preexisting style is preferred.

Documentation

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

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

Description
Standalone port/fork of Mednafen PSX to the Libretro API.
Readme 96 MiB
Languages
C 55.3%
C++ 42.2%
Python 1.4%
Makefile 0.4%
SourcePawn 0.3%
Other 0.3%