mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-08 18:11:32 -06:00
reduce logging in audioout
This commit is contained in:
parent
74b23796c6
commit
03cccdaa7b
@ -496,11 +496,11 @@ s32 PS4_SYSV_ABI sceAudioOutGetPortState(s32 handle, OrbisAudioOutPortState* sta
|
||||
|
||||
state->rerouteCounter = 0;
|
||||
state->flag = 0;
|
||||
LOG_INFO(Lib_AudioOut,
|
||||
"called, handle={:#x}, state={}, output={}, channel={}, volume={}, "
|
||||
"rerouteCounter={}, flag={}",
|
||||
handle, fmt::ptr(state), state->output, state->channel, state->volume,
|
||||
state->rerouteCounter, state->flag);
|
||||
LOG_DEBUG(Lib_AudioOut,
|
||||
"called, handle={:#x}, state={}, output={}, channel={}, volume={}, "
|
||||
"rerouteCounter={}, flag={}",
|
||||
handle, fmt::ptr(state), state->output, state->channel, state->volume,
|
||||
state->rerouteCounter, state->flag);
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user