flathub / net.pcsx2.PCSX2

https://flathub.org/apps/details/net.pcsx2.PCSX2
12 stars 11 forks source link

Rebuild with DISABLE_ADVANCE_SIMD=TRUE #3

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello. On some CPUs, the flathub build crashes at startup with invalid opcode as reported in #1

Adding the DISABLE_ADVANCE_SIMD=TRUE build option should solve that. Check these links:

https://pcsx2.net/266-linux-news.html https://bugs.archlinux.org/task/43796 https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/pcsx2 https://github.com/voidlinux/void-packages/blob/master/srcpkgs/pcsx2/template

I think that a flatpak package should be compatible as much as possible. If you are worried about performance drops on currently supported CPUs, maybe you can consider creating a separate package?

Thank you.

TingPing commented 6 years ago

Seems reasonable, mind submitting a PR?