mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 18:15:14 +00:00
Logging
This commit is contained in:
parent
ec5985ac00
commit
5714faaf3d
@ -170,7 +170,7 @@ int PS4_SYSV_ABI sceAudioOutGetInfoOpenNum() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceAudioOutGetLastOutputTime(s32 handle, u64* output_time) {
|
int PS4_SYSV_ABI sceAudioOutGetLastOutputTime(s32 handle, u64* output_time) {
|
||||||
LOG_DEBUG(Lib_AudioOut, "called");
|
LOG_DEBUG(Lib_AudioOut, "called, handle: {}, output time: {}", handle, fmt::ptr(output_time));
|
||||||
if (!output_time) {
|
if (!output_time) {
|
||||||
return ORBIS_AUDIO_OUT_ERROR_INVALID_POINTER;
|
return ORBIS_AUDIO_OUT_ERROR_INVALID_POINTER;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user