This commit is contained in:
Stephen Miller 2025-06-01 11:19:34 -05:00
parent 0b67d4ea56
commit 16676da498

View File

@ -57,7 +57,7 @@ s32 PS4_SYSV_ABI sceVoiceGetPortInfo(u32 port_id, OrbisVoicePortInfo* info) {
info->frame_size = 1;
info->edge_count = 0;
info->reserved = 0;
return ORBIS_OK;
}