Cemu - Wii U emulator
Find a file
Marcus Ziadé 66a610faa7 Improve README conciseness
Several small improvements to the conciseness of the README
2022-08-24 22:48:32 +03:00
.github Ignore markdown files for CI build (#7) 2022-08-24 11:30:16 +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 Add missing step in Linux build guide 2022-08-24 12:34:39 +02:00
CMakeLists.txt Use more consistent formatting in CMakeLists.txt (#2) 2022-08-24 08:32:04 +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 Improve README conciseness 2022-08-24 22:48:32 +03:00
vcpkg.json Add submodules and update vcpkg manifest 2022-08-22 22:33:37 +02:00

Cemu - Wii U emulator

Build Process Discord

This is the code repository of Cemu, a Wii U emulator that can run most Wii U games and homebrew in a playable state. It's written in C/C++ and is 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 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.

You can find pre-2.0 releases 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!

You can also answer questions about Cemu's software architecture 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 and some individual files in the src folder, as specified in those file headers, respectively.