mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 09:09:18 +01:00
30 lines
1.4 KiB
Markdown
30 lines
1.4 KiB
Markdown
# Cemu - Wii U emulator
|
|
|
|
This is the official repository for Cemu, a Wii U emulator that runs on x64 Windows and Linux.
|
|
|
|
[Official website](https://cemu.info/)
|
|
|
|
## Releases
|
|
|
|
The latest release is available on the github [releases page](https://github.com/cemu-project/Cemu/releases/)
|
|
|
|
Pre-2.0 releases can be found on the [Cemu website](http://cemu.info/changelog.html).
|
|
|
|
## Build instructions
|
|
|
|
See [building.md](https://github.com/cemu-project/Cemu/blob/master/building.md)
|
|
|
|
## State of linux builds
|
|
|
|
Linux builds of Cemu are somewhat functional but lack a lot of polish and some features.
|
|
Currently we offer prebuilt binaries for ubuntu 20.04. For other distributions you'll have to compile it yourself. In the future we will look into providing appimage and/or flatpak releases.
|
|
|
|
**Important: Cemu currently requires all files to be placed in a case-insensitive filesystem**
|
|
|
|
## If you want to contribute
|
|
|
|
Pull requests are welcome. For easier coordination we invite you to join our developer discussion channel on Discord: [https://discord.gg/5psYsup](https://discord.gg/5psYsup)
|
|
|
|
## License
|
|
Cemu is licensed under [MPL](https://github.com/cemu-project/cemu/blob/master/LICENSE). Exempt from this are all files in the dependencies directory for which the licenses of the original code applies as well as some individual files in the src folder, as specified in their file headers.
|