Cemu - Wii U emulator
Find a file
2022-08-24 01:27:48 -07:00
.github CI: Remove unnecessary step to free space 2022-08-24 08:28:06 +02:00
bin Add all the files 2022-08-22 22:21:23 +02:00
dependencies Add submodules and update vcpkg manifest 2022-08-22 22:33:37 +02:00
src Add all the files 2022-08-22 22:21:23 +02:00
.gitignore Add all the files 2022-08-22 22:21:23 +02:00
.gitmodules Add all the files 2022-08-22 22:21:23 +02:00
BUILD.md Expand readme with links and description 2022-08-23 02:37:05 +02:00
CMakeLists.txt Use more consistent formatting in CMakeLists.txt (#2) 2022-08-24 08:32:04 +02:00
CMakeSettings.json Add all the files 2022-08-22 22:21:23 +02:00
generate_vs_solution.bat Add all the files 2022-08-22 22:21:23 +02:00
LICENSE.txt Expand readme with links and description 2022-08-23 02:37:05 +02:00
README.md Update README.md 2022-08-24 01:27:48 -07:00
vcpkg.json Add submodules and update vcpkg manifest 2022-08-22 22:33:37 +02:00


Cemu
Cemu

Cemu is a Nintendo Wii U emulator that is able to run most Wii U games and homebrew in a playable state. Created by Exzap, and written in C/C++. This emulator aims at providing both high-accuracy and performance, and is actively being developed with new features and fixes to increase compatibility, convenience and usability. It was written from scratch and development on the project began roughly early 2015. Cemu is available on Github under the MPL License.

Discord

Other relevant repositories:

Download

You can download the latest Cemu releases from the Github Releases or from Cemu's website.

Cemu is currently only available in a portable format so no installation is required besides extracting it in a safe place.

See Current State Of Linux builds for information on using Cemu natively on Linux.

Pre-2.0 releases can be found on Cemu's changelog page.

Build Instructions

To compile Cemu yourself on Windows or Linux, view the BUILD.md file.

Issues

Issues with the emulator should be filed using Github Issues.
The old bug tracker can be found at bugs.cemu.info and still contains relevant issues and feature suggestions.

Contributing

Pull requests are very welcome. For easier coordination you can visit the developer discussion channel on Discord: https://discord.gg/5psYsup.

If coding isn't your thing, testing games and making detailed bug reports or updating the (usually outdated) compatibility wiki is also appreciated!

Questions about Cemu's software architecture can also be answered on Discord. Alternative communication channels (like IRC) are being considered.

License

Cemu is licensed under Mozilla Public License 2.0. Exempt from this are all files in the dependencies directory for which the licenses of the original code apply as well as some individual files in the src folder, as specified in those file headers respectively.