Package Details: cemu-wine 1.26.2-7

Git Clone URL: https://aur.archlinux.org/cemu-wine.git (read-only, click to copy)
Package Base: cemu-wine
Description: Wii U emulator. This is the stable Windows version via wine. Includes the Cemuhook plugin
Upstream URL: https://cemu.info/
Licenses: custom
Submitter: chris_l
Maintainer: chris_l
Last Packager: chris_l
Votes: 26
Popularity: 0.000006
First Submitted: 2022-08-26 09:11 (UTC)
Last Updated: 2022-08-26 09:43 (UTC)

Latest Comments

1 2 3 4 5 6 .. 15 Next › Last »

snogard commented on 2022-09-12 15:13 (UTC)

can you add the option to choose witch wine version to use? (for example even just a single line config file in XDG_CONFIG_HOME/cemu/ where you write a wine path)

can you add the option to move the prefix under XDG_DATA_HOME/wineprefixes/ ?

XDG guidelines -> https://wiki.archlinux.org/title/XDG_Base_Directory

chris_l commented on 2022-08-27 00:06 (UTC)

I already made a request to rename this package. So, soon it will have another name.

Also, I created another one called cemu-experimental-wine, which right now has version 2.0. Like the name says, is for the windows experimental versions.

HurricanePootis commented on 2022-08-25 01:21 (UTC)

I am currently trying to write a cemu PKGBUILD using upstream source, and I am having trouble linking to wxWidgets.

Popolon commented on 2022-08-24 13:34 (UTC)

Binary packages should be named <software>-bin, else user could install unsecure/non-verified binaries on their hosts. Sources are available on Github now: https://github.com/cemu-project/Cemu

ProNoob135 commented on 2022-08-24 04:48 (UTC)

Since CEMU 2.0 releases with linux support today, it would be a good idea to rename this to cemu-wine in wait for an actual(possibly official) package

HurricanePootis commented on 2022-07-23 18:20 (UTC)

Cards like the RX 580 have problems with hyperz using Mesa's driver, which both affects CEMU and Yuzu on BOTW. Yuzu's page for BOTW lists using AMD_DEBUG=nohyperz to fix this problem for AMDGPU users.

Here's a patch file for cemu.sh

diff --git a/cemu.sh b/cemu.sh
index 533d06a..a15fb98 100644
--- a/cemu.sh
+++ b/cemu.sh
@@ -4,6 +4,7 @@ export WINEDLLOVERRIDES="mscoree=;mshtml=;cemuhook.dll=n,b"

 # Allows to play BotW with Polaris video cards
 export R600_DEBUG="nohyperz"
+export AMD_DEBUG=nohyperz

 if [ ! -d "$HOME"/.cemu ] ; then
   mkdir -p "$HOME"/.cemu/wine || exit 1

DigitOtter commented on 2022-05-15 10:00 (UTC)

Thanks for package!

The newer builds of lutris's wine also support Vulkan on cemu. So if you're looking for Vulkan support but don't want to replace your local wine package with wine-ge-custom, add cemu as a locally installed game to lutris and set it to use wine lutris-fshack-7.2 or newer.

Megacubo commented on 2022-04-14 23:21 (UTC)

Thanks for the package. With gamescope the emu run flawlessly without any screen tearing

acpcalin commented on 2022-04-07 14:17 (UTC)

Does anybody know why even though I have two Xbox Series S controllers connected via Bluetooth, and Wine sees both of them in wine control, when I try to configure both of them in cemu I can only configure one of them, the other doesn't even show up?

chris_l commented on 2022-02-12 04:07 (UTC)

@joeleg ok, its fixed now.