Search Criteria
Package Details: vita3k-git r3816.3df27923b-1
Package Actions
| 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: | 14 |
| Popularity: | 0.117257 |
| First Submitted: | 2018-01-29 14:48 (UTC) |
| Last Updated: | 2025-10-12 14:40 (UTC) |
Dependencies (13)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libcurl-gnutls (libcurl3-gnutlsAUR, libcurl-gnutls-gitAUR)
- sdl3 (sdl3-gitAUR)
- xdg-desktop-portal (xdg-desktop-portal-gitAUR)
- boost (boost-gitAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lld (llvm-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- python (make)
- vulkan-validation-layers (vulkan-validation-layers-gitAUR) (optional) – Descriptive vulkan errors
Required by (0)
Sources (39)
- better-enums
- capstone
- concurrentqueue
- cubeb
- dirent
- fmt
- glslang
- googletest
- imgui
- imgui_club
- libb64
- libzrif
- nativefiledialog-extended
- psp2rela
- psvpfsparser
- pugixml
- sanitizers-cmake
- sdl
- spdlog
- SPIRV-Cross
- stb
- tracy
- vita-toolchain
- vita3k-boost
- vita3k-dlmalloc
- vita3k-dynarmic
- vita3k-ffmpeg
- vita3k-LibAtrac9
- vita3k-libfat16
- vita3k-printf
- vita3k-psvpfstools
- vita3k-zlib
- vita3k.desktop
- vita3k
- Vulkan-Headers
- VulkanMemoryAllocator-Hpp
- VulkanMemoryAllocator
- xxHash
- yaml-cpp
Latest Comments
1 2 3 4 5 6 7 Next › Last »
EXtremeExploit commented on 2025-10-12 14:40 (UTC)
Removed unicorn dependency with latest commit, thanks
patlefort commented on 2025-10-12 04:49 (UTC)
unicorn submodule has been removed: https://github.com/Vita3K/Vita3K/commit/3df27923b48c2ddf579b773814e05a315b00196f
Panel commented on 2025-07-23 20:43 (UTC)
Hello there! I got some issues with Vita3k. At first, It doesn't allow to open files. I fixed it "systemctl --user restart xdg-desktop-portal", after that, i sucessfully installed the Firmwares and my games. But, for some reason, it crashes when i clic play. Here the issue:
|C| [operator()]: Unhandled C++ exception. bad mem size terminate called after throwing an instance of 'Xbyak::Error' what(): bad mem size zsh: IOT instruction (core dumped) vita3k
If any of you have the workaround, please, tell me. The Vita3k-bin don't work, so this is my half-last option before going to the Github page and build it myself again.
EXtremeExploit commented on 2025-05-18 16:31 (UTC)
Fixed with the latest PR, thanks for bringing it to my attention
EXtremeExploit commented on 2025-05-17 15:53 (UTC)
Problem is getting fixed upstream, unfortunately there isnt an easy fix to do PKGBUILD side of things, so all that you can do is wait for it to be fixed :C
Neros commented on 2025-05-17 11:46 (UTC) (edited on 2025-05-17 11:57 (UTC) by Neros)
I can't build it anymore:
Billli11 commented on 2025-04-07 16:33 (UTC) (edited on 2025-04-07 17:37 (UTC) by Billli11)
Thank for the fix and accepting my suggestion.
Setting function outside of subshell will leak the function outside.
It may be a problem if it overrides other makepkg function.
It most likely work fine though. I just don't like leaking thing outside.
demo
patlefort commented on 2025-04-07 14:42 (UTC)
Looks like upstream is sneaking in pre-built binaries of ffmpeg from that
external/ffmpegsub-module. Tsk Tsk.EXtremeExploit commented on 2025-04-07 14:05 (UTC)
Thanks Billli11 for the suggestions, its something i wanted to do for some time, the dynarmic problem got fixed in upstream and there was a small error in your suggestion but it still is good, thanks, everything works as it should now :D
Billli11 commented on 2025-04-07 10:00 (UTC) (edited on 2025-04-07 10:00 (UTC) by Billli11)
Suggestion. Putting the repeating git submodule command in to single function.
Diff
1 2 3 4 5 6 7 Next › Last »