No description
Find a file
20943204920434 294a6de779
Update appimage.sh to support runtime libstdc++.so.6 loading (#1292)
Add checkrt plugin in order to detect the right libstdc++.so.6 version to load.
2024-08-15 16:22:41 +02:00
.github CI: Fix macOS build (#1291) 2024-08-13 15:48:13 +02:00
bin Remove shaderCache directory 2024-08-06 23:02:28 +02:00
cmake nsyshid: Add backends for cross platform USB passthrough support (#950) 2023-09-19 01:27:40 +02:00
dependencies vcpkg: Update dependencies (#1229) 2024-06-05 16:34:42 +02:00
dist Update appimage.sh to support runtime libstdc++.so.6 loading (#1292) 2024-08-15 16:22:41 +02:00
src padscore: Invoke sampling callbacks every 5ms 2024-08-15 05:00:09 +02:00
.clang-format clang-format: Put class braces on a new line (#1283) 2024-08-08 19:35:50 +02:00
.gitignore Implement proc_ui.rpl + stub SYSSwitchToEManual() to avoid softlocks 2024-04-30 23:29:15 +02:00
.gitmodules git: unshallow vcpkg, shallow vulkan-headers and imgui (#1282) 2024-08-08 15:58:24 +02:00
BUILD.md Update Fedora build instructions (#1269) 2024-07-24 08:32:40 +02:00
CMakeLists.txt vcpkg: Automatically unshallow submodule 2024-08-07 02:50:24 +02: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 README.md: Fix minor ambiguity 2024-03-08 14:48:59 +01:00
vcpkg.json vcpkg: Update dependencies (#1229) 2024-06-05 16:34:42 +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.

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 (or 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.