No description
Find a file
2022-11-13 08:27:09 +01:00
.github Update build_check.yml 2022-11-04 15:09:25 +01:00
bin Fix incorrect title ID (00050000-1011000? -> 00050000-10111000) (#404) 2022-10-23 14:03:51 +02:00
cmake build: improve the Linux aspect of things (#75) 2022-08-29 07:19:48 +02:00
dependencies Linux: Remove libpng dependency from wxwidgets (#382) 2022-10-17 16:05:35 +02:00
dist/linux [APPIMAGE] Update AppImage (#481) 2022-11-12 07:38:52 +01:00
src Fix various colour values for dark themes (#439) 2022-11-13 08:27:09 +01:00
.gitignore ImGui: match all begin()/end() (#470) 2022-11-09 02:45:40 +01:00
.gitmodules Follow imgui recommendation and streamline build dependencies (#355) 2022-10-11 01:43:15 +02:00
BUILD.md Added a note on re-building to fix RPATH issues. (#352) 2022-11-09 04:22:09 +01:00
CMakeLists.txt Add commit hash to build name on build check workflow (#463) 2022-11-07 02:47:59 +01:00
CMakeSettings.json Remove PUBLIC_RELEASE flag and tie asserts to debug config (#287) 2022-09-24 08:43:27 +02:00
generate_vs_solution.bat Remove PUBLIC_RELEASE flag and tie asserts to debug config (#287) 2022-09-24 08:43:27 +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 Linux: Always use libpng from system (#381) 2022-10-17 13:25:49 +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.