mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[GH-ISSUE #725] What is the actual minimum system requirements #180
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#180
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MadxXx2003 on GitHub (Sep 1, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/725
i was having crashes on my system if i do anything
so i tested different cpu architectures on the intel sde and it seems any system before broadwell just crashes if you try to do anything (trying to install a pkg or trying to run a game)
it's written in the requirements that it needs a quad core 6 threaded 2.5 ghz cpu
but what instruction set does it need I tried with hasswell but same issue
same thing on the gpu side does it just require any vulkan 1.3 gpu or does it need some specific extensions to work
if it's helpful I am running a 1st gen xeon based on the westmare arch cpu (quad core 8 threads at 2.67 ghz) and an rx 480
@Aruto-san commented on GitHub (Sep 6, 2024):
Same here on Xeon E5-2689 (Sandy Bridge), it has AVX but not AVX2. Tried SDE too, but no luck. Seems like nobody cares about processors this old anymore.
@polyneutron commented on GitHub (Sep 7, 2024):
+, same on my i7 3770 (Ivy Bridge), sde didnt' help either. I'm not implying anything but does actual PS4 support avx2? Just curious, because I couldn't find a solid answer online, sadly.
Is it possible to build an avx (not avx2) compatible build of shadps4? Or create a patch for the current build, or something?
@polyneutron commented on GitHub (Sep 12, 2024):
I don't want to sound impatient, but is it really that hard for emu devs to reply in a thread like this? You know, I'm not asking for 100% accurate list of supported hardware, even a short statement would do just fine.
@StevenMiller123 commented on GitHub (Sep 12, 2024):
It can be difficult for devs to spot real issues inbetween the flood of Bloodborne-related issues. The current requirements are a CPU with support for AVX2 instructions, and a modern GPU. Any GPU with 6+ GB of VRAM released in the last 8 years should work. Finally, you should have at least 16gb of ram.
@StevenMiller123 commented on GitHub (Sep 12, 2024):
Note that while these stated requirements differ from the ones stated on the readme, these are the ones frequently stated on the emulator's discord.
@polyneutron commented on GitHub (Sep 12, 2024):
Thank you very much for the reply!
Are there any plans to support AVX (non-AVX2) capable CPUs some time in the future?
@StevenMiller123 commented on GitHub (Sep 12, 2024):
I don't think there are specific plans at the moment, but some of the ongoing work for ARM compatibility may make this change more feasible. I'm not too familiar with that area of code though, so I can't say for certain.
@polyneutron commented on GitHub (Sep 12, 2024):
Roger that, thanks again! Good luck with further development!