Difference between revisions of "Reicast"

From Emulation General Wiki
Jump to navigation Jump to search
(Supported platforms: Compat list for NAOMI.)
(Libretro cores: Reicast-libretro cores now for 32-bit Windows!)
Line 35: Line 35:
  
 
==Libretro cores==
 
==Libretro cores==
Two reicast cores on [[libretro]] called '''Reicast OIT''' and '''Reicast regular''' were introduced [https://www.libretro.com/index.php/introducing-reicast-oit-libretro-core-updated-reicast-regular-core/ in June 2018] that replace the original core. These cores backport changes from [https://github.com/flyinghead/reicast-emulator flyinghead's fork] that rework the rendering system. The regular core is compliant with OpenGL 3 and GLSL 1.30 in order to support mobile devices and mid-tier PCs. The OIT core supports a graphics feature of the Dreamcast called Order-Independent Transparency that can only be properly emulated using OpenGL 4.3 and later, so it's only available for Windows and Linux at the moment.
+
Two reicast cores on [[libretro]] called '''Reicast OIT''' and '''Reicast regular''' were introduced [https://www.libretro.com/index.php/introducing-reicast-oit-libretro-core-updated-reicast-regular-core/ in June 2018] that replace the original core. Both cores are available in [https://www.patreon.com/posts/reicast-libretro-20673851 32bit] and 64bit Windows. These cores backport changes from [https://github.com/flyinghead/reicast-emulator flyinghead's fork] that rework the rendering system. The regular core is compliant with OpenGL 3 and GLSL 1.30 in order to support mobile devices and mid-tier PCs. The OIT core supports a graphics feature of the Dreamcast called Order-Independent Transparency that can only be properly emulated using OpenGL 4.3 and later, so it's only available for Windows and Linux at the moment.
  
 
===Supported GPU features===
 
===Supported GPU features===

Revision as of 17:08, 11 August 2018

reicast
Reicast.png
Developer(s) reicast Team
Latest version r6
Active Yes
Platform(s) Android, Linux, Windows
Emulates Dreamcast
Website reicast Site
Source code GitHub

reicast is an open-source Dreamcast emulator produced currently for Android, Linux, and Windows. It is based on the source code of nullDC and nullDCe, existing Dreamcast emulators for Windows and Android, respectively.

Downloads

Other platforms

The developers have stated[citation needed] that they want to port the emulator to the following platforms in addition to what it already supports:

x86

  • OS X
  • Android

MIPS

  • Linux
  • Android

PPC

Libretro cores

Two reicast cores on libretro called Reicast OIT and Reicast regular were introduced in June 2018 that replace the original core. Both cores are available in 32bit and 64bit Windows. These cores backport changes from flyinghead's fork that rework the rendering system. The regular core is compliant with OpenGL 3 and GLSL 1.30 in order to support mobile devices and mid-tier PCs. The OIT core supports a graphics feature of the Dreamcast called Order-Independent Transparency that can only be properly emulated using OpenGL 4.3 and later, so it's only available for Windows and Linux at the moment.

Supported GPU features

  • Tile clipping support
  • Fogging support
  • Volume modifier shadow support
  • Multipass rendering (enabled by default for non-OIT)
  • Render to texture buffer
  • Log 2 depth buffer
  • Order independent transparency (OIT only)
  • Two-volume mode support (OIT only)
  • Accumulation Pixel Buffer Size core option (OIT only. Can be set to 512MB, 1GB or 2GB, depending on how much VRAM your video card has. May help with correct output at higher resolutions.)
  • 64-bit dynarec (Fixes Shenmue 1/2, Marvel vs. Capcom 2 and Heavy Metal Geomatrix)
  • Flat shading and bump-mapping
  • Trilinear filtering (Video)
  • Improved palette/YUV texture quality (Converts to 32-bit colors instead of RGB565; i.e. lossless quality of background textures in Alone in the Dark: The New Nightmare and is equal to DEmul and redream.)

Misc features and enhancements

Supported platforms