All Projects → decaf-emu → Decaf Emu

decaf-emu / Decaf Emu

Licence: gpl-3.0
Researching Wii U emulation.

Programming Languages

cpp
1120 projects

Labels

Projects that are alternatives of or similar to Decaf Emu

Projectpsx
Experimental C# Playstation Emulator
Stars: ✭ 874 (-11.72%)
Mutual labels:  emulator
Mock Kakin
崩坏3rd蛋池抽取模拟器,支持多种配置定义模式,并且较好的还原了游戏内的概率。
Stars: ✭ 29 (-97.07%)
Mutual labels:  emulator
Dustbox Rs
DOS emulator (work in progress)
Stars: ✭ 34 (-96.57%)
Mutual labels:  emulator
Kiwi
A simple Sega Genesis emulator
Stars: ✭ 14 (-98.59%)
Mutual labels:  emulator
Bsnes Mt
bsnes-based SNES emulator featuring pixel-perfect integer scaling, PNG screenshots, built-in hotkeys, translations, bug fixes, and more.
Stars: ✭ 22 (-97.78%)
Mutual labels:  emulator
Pseudo
PSeudo - The world's simplest PLAYSTATION emulator
Stars: ✭ 31 (-96.87%)
Mutual labels:  emulator
Vba M Nx
WIP full featured port of VBA-M for Nintendo Switch
Stars: ✭ 11 (-98.89%)
Mutual labels:  emulator
Ryu64
A Nintendo 64 Emulator made in C#!
Stars: ✭ 36 (-96.36%)
Mutual labels:  emulator
Medusa
An open source interactive disassembler
Stars: ✭ 946 (-4.44%)
Mutual labels:  emulator
Wasmboy
Game Boy / Game Boy Color Emulator Library, 🎮written for WebAssembly using AssemblyScript. 🚀Demos built with Preact and Svelte. ⚛️
Stars: ✭ 963 (-2.73%)
Mutual labels:  emulator
J2me Loader
A J2ME emulator for Android.
Stars: ✭ 882 (-10.91%)
Mutual labels:  emulator
Arcadeflex036
Port of mame 0.36 emulator to java
Stars: ✭ 21 (-97.88%)
Mutual labels:  emulator
Python chip16
A full implementation (tested) of chip16 virtual machine, or emulator as you wish, using python and rendering with opengl.
Stars: ✭ 31 (-96.87%)
Mutual labels:  emulator
Hpsx64
Source Code of HPSx64 (A set of PS1 and PS2/PS1 emulators)
Stars: ✭ 14 (-98.59%)
Mutual labels:  emulator
Ruffle
A Flash Player emulator written in Rust
Stars: ✭ 9,128 (+822.02%)
Mutual labels:  emulator
Wakxy
Wakxy is a Wakfu packet sniffer (MITM). Written in C++/Qt with Javascript scripting support.
Stars: ✭ 12 (-98.79%)
Mutual labels:  emulator
Coffee Gb
Gameboy emulator in Java 8.
Stars: ✭ 953 (-3.74%)
Mutual labels:  emulator
Desmume
DeSmuME is a Nintendo DS emulator
Stars: ✭ 989 (-0.1%)
Mutual labels:  emulator
Higan Verilog
This is a higan/Verilator co-simulation example/framework
Stars: ✭ 35 (-96.46%)
Mutual labels:  emulator
Classic99
Classic99 TI-99/4A Emulator for Windows, see description here: https://github.com/tursilion/classic99/blob/master/readme.md
Stars: ✭ 32 (-96.77%)
Mutual labels:  emulator

Build status

decaf-emu

Researching Wii U emulation. Licensed under the terms of the GNU General Public License, version 3 or later (GPLv3+).

You can find us for developer discussion:

Requirements

  • Windows with the latest update of Visual Studio 2017
  • Linux with a modern C++17 friendly compiler
  • 64 bit
  • CMake v3.2+
  • Vulkan 1.1.106.0+

Support

  • None, this is an in-development project and user support is not provided.

Binaries

The latest Windows binaries are available via Actions artifacts.

Running

./decaf-sdl play <path to game>

It is recommended to run the emulator from the root git directory so that it is able to access resources/fonts/*. Alternatively, set resources_path in the configuration file to point to the resources directory.

Configuration files can be found at:

  • Windows - %APPDATA%\decaf
  • Linux - ~/.config/decaf

On Linux, a "Bus error" crash usually indicates an out-of-space error in the temporary directory. Set the TMPDIR environment variable to a directory on a filesystem with at least 2GB free.

Building from Source

See BUILDING.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].