jn64 / Cemu-rpm

moved to https://codeberg.org/jn/packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cemu rpm package for Fedora

Copr build status badge

Cemu is a Wii U emulator. This is an rpm package of Cemu for Fedora Linux.

For users

Install

sudo dnf copr enable jn64/Cemu
sudo dnf install Cemu

Uninstall

sudo dnf remove Cemu
sudo dnf copr remove jn64/Cemu

Usage

On first run, you will see a Getting started dialog:

  • mlc01 path: Recommend leaving this unset
  • Game paths: Set this to the folder where you store your game dumps
  • Graphic packs: Click the button to download community graphic packs

You may also need to enable your audio device in Cemu:

  • Open the menu Options > General settings
  • Click on the Audio tab
  • Under TV > Device, choose your audio device e.g. Built-in Audio Analog Stereo, and set the volume

File locations

  • Your user data will be in ~/.local/share/Cemu (or $XDG_DATA_HOME/Cemu)
  • Your user config will be in ~/.config/Cemu (or $XDG_CONFIG_HOME/Cemu)
  • Your shader cache will be in ~/.cache/Cemu (or $XDG_CACHE_HOME/Cemu)

Reporting issues

Report issues with this package here.

Please include the package version in your report. You can obtain it by running:

$ rpm -q Cemu

Only report upstream if you can reproduce the issue with upstream builds.

For packagers

Automatic rebuilds on Copr are triggered via webhook on branch/tag creation. I've set the Copr package's committish to main so only tags on main should trigger it.

Planning to only package stable releases once Cemu reaches 2.1. Switch to rpmautospec as well.

License

Cemu is MPL-2.0

The spec file and any original documents in this repo are 0BSD

Patches to Cemu source code are MPL-2.0 or the license of the original file

Links

About

moved to https://codeberg.org/jn/packages

License:BSD Zero Clause License


Languages

Language:Shell 81.7%Language:CMake 18.3%