cemu-project / Cemu

Cemu - Wii U emulator
https://cemu.info
Mozilla Public License 2.0
6.8k stars 527 forks source link

Fix macos missing dylib file #1066

Closed qurious-pixel closed 7 months ago

qurious-pixel commented 7 months ago

Fixes https://github.com/cemu-project/Cemu/issues/1065

JaimieVandenbergh commented 7 months ago

Launches and works/plays fine on macOS 14/M1. libusb included in package.

image
Exzap commented 7 months ago

The overlay port is probably not necessary if we just exclude libusb from vcpkg.json like this:

    {
      "name": "libusb",
      "platform": "!osx"
    }

Edit: nvm, I am not sure what exactly you changed in the overlay port but it still seems to be installed from vcpkg so forget what I said.

But at any rate this works so lets not delay it any longer.