[
You can read about the Sega Saturn Console and is components here.
The CMake system has been refined to build the full Yabause stack.
you have to download CMake and run it in the root of the first CMakeLists.txt. Currently in /yabause/CMakeLists.txt
.
Since CMake is a true cross platform build tool you can build on plenty of platforms and easily add new ones.
Currently used are:
You can set the CMake flag YAB_USE_QT5
to build a Standalone version which requires you to have QT5 installed
For this you need to se the CMake flag KRONOS_LIBRETRO_CORE
. This will build a version of the core consuming LibRetro and there fore can be used with LibRetro compatible front-ends like RetroArch (which is what i test against)
The old build script is still there for reference. It contains custom build code for various platforms and is the base reference for newer entries in the CMake code. It is still though considered obsolete.
For retroarch core:
Older Windows builds can be found here!
Is the Frontend which is used for manual tests
Works quite well on a modern Hardware.
Has currently various problems running and is not usable.
To generate a changelog, add in your commits the [ChangeLog] tag. Changelog will be extracted like this
git shortlog --grep=Changelog --since "01 Jan 2020"