Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator
Go to file
Flyinghead 78eb1829d8 gles2: calculate fog depth in vertex shader in case highp not supported
Mali-400/450 don't support highp floats in the fragment shader. This
causes overflows when computing fog density in some game scenes. To work
around that, calculate fog density in vertex shader and use
interpolation.
vulkan,gl: Get rid of extra_depth_scale in fragment shader by
integrating it in fog density
2019-11-14 22:10:40 +01:00
core gles2: calculate fog depth in vertex shader in case highp not supported 2019-11-14 22:10:40 +01:00
docs outdated stuff 2019-09-28 20:00:20 +02:00
gdtool hash support on gdtool 2014-08-26 00:53:14 +03:00
reprof project import 2013-12-19 19:10:14 +02:00
shell Merge remote-tracking branch 'origin/master' into fh/vulkan 2019-11-10 21:01:29 +01:00
snap snapcraft build fix 2019-03-27 17:22:40 +01:00
tests first attempt at a unit test 2019-11-04 21:37:16 +01:00
.gitignore .gitignore: Add rules for JetBrains IDES 2019-08-22 20:23:53 +02:00
.lgtm.yml Add .lgtm.yml file to set up lgtm.com C analysis for reicast-emulator 2018-04-17 14:20:06 +01:00
.travis.yml fix travis ci deploy to S3 2019-11-10 20:48:09 +01:00
CMakeLists.txt Fixes for cmake + msvc 2019-05-16 03:05:16 -07:00
CMakeSettings.json mingw64 fixes 2019-04-12 19:15:31 -04:00
LICENSE project import 2013-12-19 19:10:14 +02:00
README.md Add Discord link. non-functional changes 2019-09-27 22:00:52 +02:00
appveyor.yml win32: link statically to avoid any dll dep 2019-08-15 11:30:56 +02:00
bitrise.yml bitrise.yml fix 2019-08-14 09:22:49 +02:00
issue_template.md Issues: Fix formatting and remove default image 2018-08-07 12:36:01 -04:00
wercker.yml first attempt at a unit test 2019-11-04 21:37:16 +01:00

README.md

flycast

flycast is a multi-platform Sega Dreamcast, Naomi and Atomiswave emulator derived from reicast

Join us on our Discord server for a chat.

Binaries

Get fresh builds for your system on the builds page.

New: Now automated test results are available as well.

Disclaimer

All code contritbuted to this fork is not bound by the Individual Contributor License Agreement of the upstream repository (https://github.com/reicast/reicast-emulator) and shall not be considered as a contribution to the upstream repository.