Package Details: dolphin-emu-nogui-git 2409.r299.gd1ef4d5cc1-1

Git Clone URL: https://aur.archlinux.org/dolphin-emu-git.git (read-only, click to copy)
Package Base: dolphin-emu-git
Description: A Gamecube / Wii emulator - no GUI - git version
Upstream URL: https://dolphin-emu.org
Keywords: dolphin emu emulator game gamecube gui nintendo remote revolution triforce wii wiimote
Licenses: GPL-2.0-or-later
Conflicts: dolphin-emu-cli, dolphin-emu-nogui
Provides: dolphin-emu-cli, dolphin-emu-nogui
Submitter: None
Maintainer: dpeukert
Last Packager: dpeukert
Votes: 123
Popularity: 1.14
First Submitted: 2011-08-20 13:05 (UTC)
Last Updated: 2024-11-10 13:18 (UTC)

Dependencies (45)

Required by (0)

Sources (9)

Pinned Comments

dpeukert commented on 2020-04-10 12:34 (UTC) (edited on 2020-09-26 17:48 (UTC) by dpeukert)

The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/dolphin-emu-git

Latest Comments

« First ‹ Previous 1 .. 25 26 27 28 29 30 31 32 33 34 35 .. 56 Next › Last »

oxalin commented on 2016-06-25 01:57 (UTC)

The first part of the version should be updated to 5.0 (newly released). Also, if you really want to have the release or tag number in the version, shouldn't you get it directly from git, something like "git describe --abbrev=0 --tags"?

linkmauve commented on 2016-06-19 02:42 (UTC) (edited on 2016-06-19 03:02 (UTC) by linkmauve)

Hi, now that usage statistics reporting has been merged (see <https://dolphin-emu.org/blog/2016/06/19/optional-usage-statistics-reporting/>), you should add -DDISTRIBUTOR='aur.archlinux.org' to the cmake options so upstream can see where these builds comes from. Also, you should install the udev rule for the Wii U GC adapter, add `install -Dm644 Data/51-usb-device.rules "$pkgdir/usr/lib/udev/rules.d/51-usb-device.rules"` to the package_dolphin-emu-git function.

nicman23 commented on 2016-05-06 11:35 (UTC)

is there any reason performance or stability wise, to compile with clang?

Neros commented on 2016-04-15 23:18 (UTC)

Dolphin-emu is still super slow with the new Nvidia driver 364.16 (it was all good months ago). Does anyone know why? Is there a solution? Because now, sadly, I have to run dolphin on Windows if I want to play :(

Martchus commented on 2016-03-16 17:57 (UTC) (edited on 2016-03-16 18:02 (UTC) by Martchus)

I'm also using NVIDIA and noticed that the performance is very impaired in some cases. I don't know since when exactly, because I'm not playing regularly. I switched from the regular package to this Git version and it actually helped. However, I am still using the version which has pie enabled because I accidentally used an older version of the PKGBUILD. Because this is working for me, I'm currently not rebuilding. Additionally, the compositor seems to have a big impact on the performance. Under Plasma 5 with KWin I just get around 20 FPS playing Wind Waker with the best settings. Disabling the compositor doesn't help (alt + shift + F12) and just causes the Plasma shell to stop updating so the Plasma shell is more or less unusable. However, when starting a plain Open Box session, I can play with the same setup with almost 60 FPS. This is also the case when playing other games without emulation, e.g. Talos Principle. But Dolphin is always using 2 cores for me.

SuperIce97 commented on 2016-03-16 04:45 (UTC) (edited on 2016-03-16 04:45 (UTC) by SuperIce97)

@Neros: You're not the only one. I literally just bought a Gamecube to USB adapter to play Metroid Prime and I tried the game again and it's running much slower than it did a month ago. I tried reverting to nvidia-352 but it ran the same. I even tried an older kernel and that didn't help. I'm not quite sure how to fix this, but one thing I noticed is that dolphin is only using one CPU thread, when it should be using 2. Does anyone have any ideas on what this could be or how to fix it?

Neros commented on 2016-03-09 17:14 (UTC) (edited on 2016-03-16 22:39 (UTC) by Neros)

It seems that dolphin doesn't work good with the last nvidia driver 361.28. All the games are as slow as if I was using the Intel card... Am I the only one?

Martchus commented on 2016-02-29 14:34 (UTC)

Thanks for the reply. Seems I accidentally used an old version of the PKGBUILD. I also read the comment from the Dolphin dev about the pie flag. Seems I'm luckily not immediately affected by the bug. That the Qt GUI is currently broken is not a big deal since there haven't been a lot of features implemented yet.

rubic commented on 2016-02-29 07:18 (UTC)

Martchus: Those changes appear to already be in the PKGBUILD. However, DolphinQt2 is broken in the latest PKGBUILD as -fno-pie is enabled. Qt requires pie and we are waiting on a pull request that ensures the -fno-pie flag is not applied to it. https://github.com/dolphin-emu/dolphin/pull/3612/files

Martchus commented on 2016-02-28 22:23 (UTC)

Dolphin devs seem to call the Qt GUI now Qt2. Hence -DENABLE_QT='TRUE' is now -DENABLE_QT2='TRUE' and Binaries/dolphin-emu-qt is now Binaries/dolphin-emu-qt2 which has to be removed within package_dolphin-emu-git(): rm -rf "${pkgdir}"/usr/bin/dolphin-emu-qt2