No description
Find a file
2022-09-17 10:45:27 +02:00
.github Merge pull request #238 from Fs00/more-translations 2022-09-14 22:49:14 +02:00
bin git: Ignore more files in bin folder 2022-08-26 17:41:07 +02:00
cmake build: improve the Linux aspect of things (#75) 2022-08-29 07:19:48 +02:00
dependencies [deps] Update zarchive 2022-09-17 10:45:27 +02:00
dist/linux Slight tweaks to greek translation (#180) 2022-09-05 15:57:02 +02:00
src Fix incorrect streamout buffer index in GS + refactor various code (#258) 2022-09-17 03:45:18 +02:00
.gitignore Latte: Fix infinite loop in special state clearAsDepth() (#209) 2022-09-08 17:33:31 +02:00
.gitmodules Replace Vulkan-SDK with Vulkan Headers 2022-08-25 13:31:32 +09:00
BUILD.md Improve docs (#216) 2022-09-09 18:39:23 +02:00
CMakeLists.txt build: update required fmt version (#183) 2022-09-05 15:38:25 +02:00
CMakeSettings.json Reformat CMakeSettings.json and remove empty variables (#4) 2022-08-24 11:22:13 +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 about matrix server 2022-09-15 04:06:40 +02:00
vcpkg.json Proper fix for static asserts (#64) 2022-08-26 14:28:50 +02:00

Cemu - Wii U emulator

Build Process Discord Matrix Server

This is the code repository of Cemu, a Wii U emulator that is able to run most Wii U games and homebrew in a playable state. It's written in C/C++ and is being actively developed with new features and fixes to increase compatibility, convenience and usability.

Cemu is currently only available for 64-bit Windows and Linux devices.

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.

The native Linux build is currently a work-in-progress. See Current State Of Linux builds for more information about the things to be aware of.

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 or alternatively the Matrix Server.

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 (through the Matrix bridge).

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.