mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[GH-ISSUE #209] [DYSMANTLE] No sound, not accepting input to load past menu #22
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#22
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 @Shoegzer on GitHub (Jun 24, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/209
As the title indicates, no menu sounds play and it does not accept input to load any main menu option such as "Play" or "Credits". I'm not sure what keys are mapped to the "X" or "Start" controller buttons, but every key on the keyboard was tested. This contrasts with the video shown here, which does not exhibit these issues. Note that keys to navigate the menu itself (up, down, left, right) do work.
Test info:
cb6b21de1f@Shoegzer commented on GitHub (Jun 25, 2024):
Update: Tested #210 with gamepad support (using PS5 DualSense pad). This works - it is possible to go ingame with the pad now. However, keyboard remains not working on the test system due to a lack of an "accept" key mapped (X button in this case), and there is no sound.
Perhaps this issue is due to differences in OS since the video posted above was from a Windows test system.
@raphaelthegreat commented on GitHub (Jun 26, 2024):
For the sound you need to dump PS4 firmware and place libSceNgs2.prx in sys_modules folder
@Shoegzer commented on GitHub (Jun 26, 2024):
Thanks much. I'll take your word for it that this works until I have time to find docs and dump the firmware to test. In any event I'll plan to keep this issue open at least until keymapping supports the full control suite.
@EmulationPsycho commented on GitHub (Jun 28, 2024):
Try button 2 friend of keyboard to confirm, and button 6 to exit, button 4 also works for me! :)
@Shoegzer commented on GitHub (Jun 28, 2024):
Interesting. That doesn't work here. What OS are you using?
@EmulationPsycho commented on GitHub (Jun 28, 2024):
Windows 11 bro
@Shoegzer commented on GitHub (Jul 1, 2024):
Per the keyboard mappings noted in #228, it seems the face buttons are only mapped to numpad keys. Given that this test system lacks a numpad, the face buttons are of course unusable. A custom remapping feature would be nice, but at least this issue is known now. Note that users without a numpad can still use a gamepad if they compile with #210 (not sure why that one was closed though, it works well here at least, but apparently it will be reopened at some point).
Regardless, I'm closing this to avoid needlessly cluttering up the issue log.