2019-04-08 19:49:23 +02:00
2019-04-08 00:04:35 +02:00
2019-04-08 19:49:23 +02:00

cemutil -- a Linux CEMU install helper

Capabilties

  • Supports downloading latest cemu, cemuzips and graphic packs, then installing them to either ~/.cemu or a location of your choosing.
  • Supports using local zips for the install.
  • Creates and configures a wineprefix in the install directory, to not impact the default prefix.
  • Creates two launch scripts: one for cemu normally (with glthread and vsync flags set), and another for launching Zelda BOTW on gcn3 cards (e.g. polaris, fiji).

Running

Run the following commands to download and run the program to see usage capabilities:

wget -O ./cemutil.sh https://github.com/HengiFettlich/cemutil/raw/master/cemutil.sh && chmod +x cemutil.sh && ./cemutil.sh

Run the following commands to download and run the program with the '-a' flag to download Cemu, Cemu Hook and the latest Graphics Packs:

wget -O ./cemutil.sh https://github.com/HengiFettlich/cemutil/raw/master/cemutil.sh && chmod +x cemutil.sh && ./cemutil.sh -a

Support

Go to #linux on CEMU Discord

Description
Simple script to assist in installing and launching CEMU on Linux
Readme 25 MiB
Languages
Shell 100%