Package Details: xenia-git r6938.f6b5424a9-1

Git Clone URL: https://aur.archlinux.org/xenia-git.git (read-only, click to copy)
Package Base: xenia-git
Description: An experimental emulator for the Xbox 360.
Upstream URL: http://xenia.jp
Licenses: BSD
Conflicts: xenia
Provides: xenia
Submitter: bwrsandman
Maintainer: bwrsandman
Last Packager: bwrsandman
Votes: 7
Popularity: 0.000842
First Submitted: 2018-01-28 02:20 (UTC)
Last Updated: 2023-11-19 20:34 (UTC)

Required by (0)

Sources (32)

Latest Comments

1 2 3 Next › Last »

berturion commented on 2023-11-30 19:46 (UTC) (edited on 2023-11-30 19:47 (UTC) by berturion)

Just for info. I had to install llvm manually in order to compile the package. I had an error llvm-ar command not found otherwise.

bwrsandman commented on 2023-11-19 20:36 (UTC)

Cleaned-up the package and modified it to use system premake5 instead of building it itself.

NY152 commented on 2023-11-19 17:11 (UTC)

idem and repo not up to date

rtentser commented on 2023-10-02 20:10 (UTC) (edited on 2023-10-04 05:48 (UTC) by rtentser)

Build fails because premake5 is missing

I've installed premake5, but build still fails

make: *** [Bootstrap.mak:113: linux] Error 2
ERROR: cannot build premake5 executable.

Phoenix1 commented on 2023-09-17 20:47 (UTC)

Build fails because premake5 is missing

brauliobo commented on 2023-07-13 19:33 (UTC)

same error as @feltnight, can you please incorporate his patch?

felknight commented on 2023-07-08 02:56 (UTC)

adding

PKGBUILD:
...
sed -i '16 a #include <optional>' src/xenia/ui/imgui_drawer.h
sed -i '16 a #include <cstdint>' src/xenia/base/utf8.cc //Add this line
...

Fixes the unit32_t issue

bwrsandman commented on 2023-05-19 23:50 (UTC)

Again this is something to bring up with the upstream.

Linux support is tracked here [1].

[1] https://github.com/xenia-project/xenia/issues/1430

jouven commented on 2023-05-19 14:44 (UTC) (edited on 2023-05-19 14:45 (UTC) by jouven)

I tried this package, fixed the uint32_t error locally, it needs an extra C++ header.
A few observations:
This package builds the debug version, I modified locally to build the release version, which build no problem (except for the uint32_t issue).
Xenia loads but when loading a game there is only a black screen, no crash and the process maxes one cpu to 100%, so, it "doesn't work" and it seems to only use one core.