[PR #3022] [MERGED] Libs: libSceVoice stubs #3156

Closed
opened 2026-02-27 22:02:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3022
Author: @StevenMiller123
Created: 6/1/2025
Status: Merged
Merged: 6/1/2025
Merged by: @georgemoralis

Base: mainHead: voice-stubs


📝 Commits (3)

📊 Changes

6 files changed (+265 additions, -0 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
📝 src/common/logging/filter.cpp (+1 -0)
📝 src/common/logging/types.h (+1 -0)
📝 src/core/libraries/libs.cpp (+2 -0)
src/core/libraries/voice/voice.cpp (+203 -0)
src/core/libraries/voice/voice.h (+56 -0)

📄 Description

Adds a full stub library for libSceVoice, along with extremely basic stubs for sceVoiceGetPortInfo and sceVoiceGetBitRate.

This fixes a crash in Red Dead Redemption 2 (CUSA03041) and Grand Theft Auto V (CUSA00419)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3022 **Author:** [@StevenMiller123](https://github.com/StevenMiller123) **Created:** 6/1/2025 **Status:** ✅ Merged **Merged:** 6/1/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `voice-stubs` --- ### 📝 Commits (3) - [`489ca6a`](https://github.com/shadps4-emu/shadPS4/commit/489ca6a573e198c6bcead70747300194a11f555f) voice lib stubs - [`0b67d4e`](https://github.com/shadps4-emu/shadPS4/commit/0b67d4ea561cf1f2dcbc9a117cb569f82c73eaf8) Merge branch 'voice-stubs' into update-voice - [`16676da`](https://github.com/shadps4-emu/shadPS4/commit/16676da498d6f5fb0ea160859d699df58849bcc4) Clang ### 📊 Changes **6 files changed** (+265 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) 📝 `src/common/logging/filter.cpp` (+1 -0) 📝 `src/common/logging/types.h` (+1 -0) 📝 `src/core/libraries/libs.cpp` (+2 -0) ➕ `src/core/libraries/voice/voice.cpp` (+203 -0) ➕ `src/core/libraries/voice/voice.h` (+56 -0) </details> ### 📄 Description Adds a full stub library for libSceVoice, along with extremely basic stubs for `sceVoiceGetPortInfo` and `sceVoiceGetBitRate`. This fixes a crash in Red Dead Redemption 2 (CUSA03041) and Grand Theft Auto V (CUSA00419) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:02:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3156
No description provided.