Package Details: cemu 2.6-3

Git Clone URL: https://aur.archlinux.org/cemu.git (read-only, click to copy)
Package Base: cemu
Description: Software to emulate Wii U games and applications on PC
Upstream URL: https://cemu.info
Keywords: emulator wii-u
Licenses: MPL2
Submitter: Anuskuss
Maintainer: kescherAUR
Last Packager: kescherAUR
Votes: 32
Popularity: 2.65
First Submitted: 2022-09-05 15:23 (UTC)
Last Updated: 2025-03-07 15:59 (UTC)

Latest Comments

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

dack commented on 2025-02-28 23:23 (UTC)

Missing a build dependency on bluez?

-- Could NOT find bluez (missing: bluez_DIR)
-- Checking for one of the modules 'bluez-1.0;bluez'
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
  Could NOT find bluez (missing: bluez_LINK_LIBRARIES bluez_FOUND) (found
  version "")
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
  cmake/Findbluez.cmake:15 (find_package_handle_standard_args)
  CMakeLists.txt:168 (find_package)

jlindgren commented on 2025-02-08 17:26 (UTC)

Seems to be broken by boost 1.87.0-2:

In file included from /home/john/src/aur/cemu/src/Cemu/src/imgui/imgui_extension.cpp:8:
In file included from /home/john/src/aur/cemu/src/Cemu/src/imgui/../input/InputManager.h:16:
/home/john/src/aur/cemu/src/Cemu/src/imgui/../input/api/DSU/DSUControllerProvider.h:105:15: error: no type named 'io_service' in namespace 'boost::asio'
  105 |         boost::asio::io_service m_io_service;
      |         ~~~~~~~~~~~~~^

aquova commented on 2025-01-29 17:03 (UTC)

With the sdl2 -> sdl2-compat transition in extra, it looks like this package isn't recognizing sdl2-compat as a valid source for sdl2, and instead insists the user needs to install aur/sdl2. I'm not a PKGBUILD expert, but it might be due to specifying a version number? All other AUR programs I have installed that require sdl2 happily accepted sdl2-compat, except this one.

kescherAUR commented on 2024-10-17 06:26 (UTC)

The next Cemu release will return to the base fmt package.

Technetium1 commented on 2024-10-15 20:27 (UTC)

fmt11 support has been added: https://github.com/cemu-project/Cemu/issues/1338

Dlay commented on 2024-09-24 22:10 (UTC)

On my Garuda (Arch Linux) System, i had to install cubeb to get audio working. ;-)

abouvier commented on 2024-09-23 01:19 (UTC)

It would have worked too with the already existing fmt9 package ;)

kescherAUR commented on 2024-09-12 23:59 (UTC)

I tried making a patch for fmt 11 support, utterly failed, and decided to just create a temporary fmt10 AUR package until upstream supports fmt 11.