Redcast is a SEGA Dreamcast emulator written in C++ and C.
- Add a button for the boot of the Dreamcast BIOS in the System tab.)
- Enable disabled mouse in full screen GUI and disable it in-game only.
- Reorganize the vital files of the application to allow the output in the folder of the EXE file.
- Changing the interface from blue to red color.
- Insert a "break" function to change game (in this state you need to reopen the software).
- Adding more languages, prioritizing Italian.
-
Clone this repository and create a
build
directory- Generate a makefile for your OS
# Makefile Linux cmake -DCMAKE_BUILD_TYPE=RELEASE .. # Xcode project cmake -G "Xcode" .. # Visual Studio project cmake -G "Visual Studio 15 Win64" ..
- Run
make
from the command line if you've generated aMakefile
- Or load up the project file and compile the code from inside of your IDE.
Basically all the work was done by redream by inolen.
Redcast is licensed under the GPLv3 license. It uses third party libraries that are each distributed under their own terms (see each library's license in deps).