Package Details: vita3k-git r3758.664ae22c4-1

Git Clone URL: https://aur.archlinux.org/vita3k-git.git (read-only, click to copy)
Package Base: vita3k-git
Description: Experimental PlayStation Vita emulator
Upstream URL: https://github.com/Vita3K/Vita3K
Keywords: emulation gaming
Licenses: GPL2
Conflicts: vita3k
Provides: vita3k
Submitter: aimileus
Maintainer: EXtremeExploit
Last Packager: EXtremeExploit
Votes: 12
Popularity: 0.061702
First Submitted: 2018-01-29 14:48 (UTC)
Last Updated: 2025-04-07 14:04 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

EXtremeExploit commented on 2023-10-21 16:31 (UTC)

Committed your changes, thanks!

xiota commented on 2023-10-21 15:32 (UTC)

@ExtremeExploit Here is a PKGBUILD that's modified to make changing the names of the submodule source folders easier. Tested in clean chroot.

patlefort commented on 2023-10-21 11:18 (UTC)

Can you please change the name of the source of dynarmic since it is a fork and also add .git at the end of all the git sources? Makes it easier to cache these sources.

EXtremeExploit commented on 2023-09-21 00:19 (UTC)

what game does it occur on?, i am unable to replicate, can you check if it happens on other game or on a manual build?, any case should be reported onto upstream (the github), just to track it, start the issue title name with "AUR: blabla", so i can track it myself easily, thanks!

Neros commented on 2023-09-19 21:00 (UTC)

@EXtremeExploit: Thanks for the last patch! Can you test on your side the "Cubeb" audio backend? It looks like it crashes with this version but not with the precompiled build on Github.

EXtremeExploit commented on 2023-09-19 14:44 (UTC)

Fixed last error in upstream, reinstall the pkg using updated source

Neros commented on 2023-09-16 23:30 (UTC)

Crash when launching vita3k:

/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/array:202: reference std::array<renderer::TextureCacheInfo, 1024>::operator[](size_type) [_Tp = renderer::TextureCacheInfo, _Nm = 1024]: Assertion '__n < this->size()' failed.
[1]    33758 IOT instruction (core dumped)  vita3k

EXtremeExploit commented on 2023-02-03 21:39 (UTC)

nvm i pushed your changes, thank you

xiota commented on 2023-02-03 21:15 (UTC) (edited on 2023-02-03 21:17 (UTC) by xiota)

You're referring to "$srcdir/${submodule##*/}" ? It should be "$srcdir/$submodule". It's a copy/paste remnant from the template I was using that had the path along with the submodules. Since I removed the path component, it ends up doing nothing and still builds.