Cemu - Wii U emulator (With Issues and Pull Requests)
Go to file
qurious-pixel b6aaf66330
[AppImage] Bundle libstdc++ (#1038)
2023-12-07 02:07:50 +01:00
.github Bump CI clang version to 15 + workaround for unsafe fiber optimizations (#982) 2023-09-29 17:17:28 +02:00
bin Update translation files 2023-10-04 21:39:01 +00:00
cmake nsyshid: Add backends for cross platform USB passthrough support (#950) 2023-09-19 01:27:40 +02:00
dependencies ih264d: Small optimizations and experiments with multi-threading 2023-09-14 20:52:40 +02:00
dist [AppImage] Bundle libstdc++ (#1038) 2023-12-07 02:07:50 +01:00
src Use hidapi for Wiimotes on Windows (#1033) 2023-12-06 02:33:29 +01:00
.clang-format Add coding style guidelines and clang-format file 2023-09-14 20:52:40 +02:00
.gitignore Bump CI clang version to 15 + workaround for unsafe fiber optimizations (#982) 2023-09-29 17:17:28 +02:00
.gitmodules Follow imgui recommendation and streamline build dependencies (#355) 2022-10-11 01:43:15 +02:00
BUILD.md Bump CI clang version to 15 + workaround for unsafe fiber optimizations (#982) 2023-09-29 17:17:28 +02:00
CMakeLists.txt Use hidapi for Wiimotes on Windows (#1033) 2023-12-06 02:33:29 +01:00
CMakeSettings.json Code cleanup 2023-10-01 11:46:26 +02:00
CODING_STYLE.md Minor localization adjustments (#984) 2023-09-30 15:27:56 +02:00
LICENSE.txt Expand readme with links and description 2022-08-23 02:37:05 +02:00
README.md Add coding style guidelines and clang-format file 2023-09-14 20:52:40 +02:00
vcpkg.json Use hidapi for Wiimotes on Windows (#1033) 2023-12-06 02:33:29 +01:00

README.md

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.

Cemu is currently only available for 64-bit Windows, Linux & macOS devices.

Other relevant repositories:

Download

You can download the latest Cemu releases for Windows, Linux and Mac from the GitHub Releases. For Linux you can also find Cemu on flathub.

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

The native macOS build is currently purely experimental and should not be considered stable or ready for issue-free gameplay. There are also known issues with degraded performance due to the use of MoltenVK and Rosetta for ARM Macs. We appreciate your patience while we improve Cemu for macOS.

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

Build Instructions

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

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. Before submitting a pull request, please read and follow our code style guidelines listed in CODING_STYLE.md.

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.