mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 21:11:17 +12:00
Add all the files
This commit is contained in:
parent
e3db07a16a
commit
d60742f52b
1445 changed files with 430238 additions and 0 deletions
29
readme.md
Normal file
29
readme.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue