Skip to content

Simple script to assist in installing and launching CEMU on Linux

Notifications You must be signed in to change notification settings

alyxdeburca/cemutil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/adam-burke0/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 latest known working Cemu, Cemu Hook and the latest Graphics Packs:

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

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

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

Support

Go to #linux on CEMU Discord

Users with Ubuntu 18.04 and later can run this command in terminal:

wget -O ./ubuntu-wine.sh https://github.com/adam-burke0/cemutil/raw/master/ubuntu-wine.sh && chmod +x ubuntu-wine.sh && ./ubuntu-wine.sh

About

Simple script to assist in installing and launching CEMU on Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%