mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
just disable audioInOpen
This commit is contained in:
@@ -124,8 +124,8 @@ int PS4_SYSV_ABI sceAudioInIsSharedDevice() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceAudioInOpen() {
|
int PS4_SYSV_ABI sceAudioInOpen() {
|
||||||
LOG_ERROR(Lib_AudioIn, "(STUBBED) called");
|
LOG_ERROR(Lib_AudioIn, "(DUMMY) called");
|
||||||
return ORBIS_OK;
|
return 0x80260005; // ports are full return
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceAudioInOpenEx() {
|
int PS4_SYSV_ABI sceAudioInOpenEx() {
|
||||||
|
|||||||
Reference in New Issue
Block a user