mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-24 19:14:40 +00:00
format fix
This commit is contained in:
parent
c933beb8d0
commit
23ca947d96
@ -230,11 +230,11 @@ int PS4_SYSV_ABI sceAudioOutMbusInit() {
|
|||||||
s32 PS4_SYSV_ABI sceAudioOutOpen(UserService::OrbisUserServiceUserId user_id,
|
s32 PS4_SYSV_ABI sceAudioOutOpen(UserService::OrbisUserServiceUserId user_id,
|
||||||
OrbisAudioOutPort port_type, s32 index, u32 length,
|
OrbisAudioOutPort port_type, s32 index, u32 length,
|
||||||
u32 sample_rate, OrbisAudioOutParam param_type) {
|
u32 sample_rate, OrbisAudioOutParam param_type) {
|
||||||
LOG_INFO(
|
LOG_INFO(Lib_AudioOut,
|
||||||
Lib_AudioOut,
|
"AudioOutOpen id = {} port_type = {} index = {} lengh t= {} sample_rate = {} "
|
||||||
"AudioOutOpen id = {} port_type = {} index= {} lenght= {} sample_rate= {} param_type= {}",
|
"param_type = {}",
|
||||||
user_id, GetAudioOutPort(port_type), index, length, sample_rate,
|
user_id, GetAudioOutPort(port_type), index, length, sample_rate,
|
||||||
GetAudioOutParam(param_type));
|
GetAudioOutParam(param_type));
|
||||||
int result = audio->AudioOutOpen(port_type, length, sample_rate, param_type);
|
int result = audio->AudioOutOpen(port_type, length, sample_rate, param_type);
|
||||||
if (result == -1) {
|
if (result == -1) {
|
||||||
LOG_ERROR(Lib_AudioOut, "Audio ports are full");
|
LOG_ERROR(Lib_AudioOut, "Audio ports are full");
|
||||||
|
Loading…
Reference in New Issue
Block a user