Sunteți pe pagina 1din 3

Using Cemu Emulator with WINE on Ubuntu 19.

04

Before you start, you will need to have all of your games, Updates and DLCs already
downloaded/Dumped on windows. Doing so on windows is the easiest method by far

First we need to set up WINE (The application that allows you to run windows apps
in Linux)

Right click your desktop and select "Open in Terminal"

Input all of the below one after another ("Terminal:" is just telling you that it
is a terminal command, do not enter it), select yes or enter to install everything
that it asks you to (If it asks you to confirm that is)

First we need to install git

Terminal: sudo apt install git

NEXT YOU WANT TO RUN ALL OF THE FOLLOWING CONCURRENTLY

Terminal: wget -O ./ubuntu-wine.sh


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

Terminal: sudo apt install winetricks

Terminal: bash winetricks vcrun2017

Terminal: sudo apt install bsdtar

Next, to have access to your files (A little later on), you need to mount your
windows drives to give you access to your Games and MLC path if you have on already
set up on windows (Having these setup on a windows install is required)

Click Show applications in the bottom right of Ubuntu & search Disk.

Select each disk here(highlight the largest srorage area) then select the cos
wheel/settings icon at the bottom

Deselect "Use Session Defaults", instead select "Mount at system startup" (this
will make sure that you always have instant access to the data on those drives)

Do the above for any drives that contain data your cemu install will need

NEXT WE NEED TO CONFIGURE WINE

Terminal: winecfg

In Applications, at the bottom select Windows 10 as windows version

Next move to the Libraries tab & add these libraries in winecfg (Simply copy/paste
or enter the text into the "New override for library" field and select Add)

keystone.dll
dbghelp.dll
xinput1_1
xinput1_2
xinput1_3
xinput1_4

Next open the "Drives" Tab & Select "Autodetect" (This will make all your linux
drives and windows drives visible in WINE) Click apply to save everything we just
changed

Before we can install Cemu, We need to install Mesa Utils & curl, Do so with the
following commands

Terminal: sudo apt-get install mesa-utils

Terminal: sudo apt-get install curl

To download Cemu, Cemuhook and the latest GFX Packs, run the below in Terminal

Terminal: wget -O ./cemutil.sh


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

Alternate if it asks you to run with a flag


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

This will install cemu to /home/.cemu (You'll see this ".cemu" folder by selecting
"show hidden files" in the dropdown menu from the icon in the top right of the
window)

If you need to update cemu in future, you can simple download the latest cemu
version and place it into that ".cemu" folder

NEXT, WE RUN CEMU

To run cemu, open a terminal in this ".cemu" folder, then run the command below

For AMD GPUs (RX470/570/480/580 and 590)


Terminal: R600_DEBUG=nohyperz mesa_glthread=true vblank_mode=0 WINEESYNC=1 wine
Cemu.exe

For NVIDIA GPUs


Terminal: mesa_glthread=true __GL_THREADED_OPTIMIZATIONS=1 vblank_mode=0
WINEESYNC=1 wine Cemu.exe

You are now running Cemu Emulator. Remember to use all the proper settings found in
the Setup Guide, also making sure to set your game directory and MLC01 folder to
the same as you use on windows

If you are an AMD/Intel user, you will also want to use the following to install
the latest MESA Driver

Installing the Mesa driver for AMD & Intel GPUs

Right Click Desktop, Select "Open in Termimal"

Terminal: sudo add-apt-repository ppa:oibaf/graphics-drivers


Lots of disclaimer text and donation info will popup on screen, simply press ENTER

Terminal: sudo apt-get update

Next open up the software updater application, Select Install Now (It may ask you
for an password)

Once it finished downloading/installing, reboot and you now have the latest Mesa
Driver for your AMD/Intel GPU

S-ar putea să vă placă și