Package Details: cemu-git 2.6.r6.gc4eab08f-1

Git Clone URL: https://aur.archlinux.org/cemu-git.git (read-only, click to copy)
Package Base: cemu-git
Description: Nintendo Wii U emulator
Upstream URL: https://cemu.info/
Keywords: console emulation emulator game nintendo
Licenses: MPL-2.0
Conflicts: cemu
Provides: cemu
Submitter: abouvier
Maintainer: abouvier
Last Packager: abouvier
Votes: 12
Popularity: 0.031027
First Submitted: 2022-08-27 04:24 (UTC)
Last Updated: 2025-04-04 00:04 (UTC)

Pinned Comments

abouvier commented on 2022-10-12 17:50 (UTC)

Data and config files previously stored in ~/.local/share/cemu are now searched in ~/.config/Cemu, ~/.local/share/Cemu and ~/.cache/Cemu.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

xchoice commented on 2022-10-20 03:54 (UTC)

yeah found the thread a minute after posting here, added the --helper thing and now it's working :)

abouvier commented on 2022-10-20 03:37 (UTC)

git 2.38.1 broke everything :$

https://bbs.archlinux.org/viewtopic.php?id=280571

xchoice commented on 2022-10-20 03:24 (UTC) (edited on 2022-10-20 03:28 (UTC) by xchoice)

I can't install cemu-git :(

something something about imgui and "fatal: transport 'file' not allowed

https://pastebin.com/2790gUP1

abouvier commented on 2022-10-12 17:50 (UTC)

Data and config files previously stored in ~/.local/share/cemu are now searched in ~/.config/Cemu, ~/.local/share/Cemu and ~/.cache/Cemu.

lesto commented on 2022-09-26 09:57 (UTC)

note: discord-rpc-bin will break compilation as it is missing a header, use discord-rpc-git

HurricanePootis commented on 2022-09-14 18:29 (UTC)

Ah, sorry about the misunderstanding then!

abouvier commented on 2022-09-14 17:03 (UTC) (edited on 2022-09-14 17:04 (UTC) by abouvier)

It does not only use -DNDEBUG. The value of CMAKE_CXX_FLAGS_RELEASE is merged with CMAKE_CXX_FLAGS (which is initialized with your CXXFLAGS environment variable).

HurricanePootis commented on 2022-09-14 16:50 (UTC)

I was able to build cemu-git and load up Wind Waker whenever I set the PKGBUILD to use my CFLAGS and CXXFLAGS. So, how come this PKGBUILD only uses -DNDEBUG?