No description
Find a file
2022-09-07 20:04:32 +02:00
.github Name output binary Cemu_<CONFIG> and always place it in bin/ (#179) 2022-09-04 22:23:24 +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 Update fmt version to 9.1.0 (#177) 2022-09-05 14:48:44 +02:00
dist/linux Slight tweaks to greek translation (#180) 2022-09-05 15:57:02 +02:00
src Fix various compiler warnings given by Clang (#170) 2022-09-07 20:04:32 +02:00
.gitignore Name output binary Cemu_<CONFIG> and always place it in bin/ (#179) 2022-09-04 22:23:24 +02:00
.gitmodules Replace Vulkan-SDK with Vulkan Headers 2022-08-25 13:31:32 +09:00
BUILD.md Add curl as linux build dependency (#161) 2022-09-03 21:49:59 +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 URLs to HTTPS (#44) 2022-08-25 15:33:12 +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

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.

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.