mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-27 00:20:54 +00:00
No flags argument for MasteringGetState
This commit is contained in:
parent
6cf304e7cd
commit
b7d669810e
@ -540,7 +540,7 @@ EXPORT SYSV_ABI int32_t sceAudioOutMasteringSetParam(const SceAudioOutMasteringP
|
|||||||
return Ok;
|
return Ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPORT SYSV_ABI int32_t sceAudioOutMasteringGetState(const SceAudioOutMasteringParamsHeader* param, uint32_t flags) {
|
EXPORT SYSV_ABI int32_t sceAudioOutMasteringGetState(const SceAudioOutMasteringParamsHeader* param) {
|
||||||
if (!audioInited) return Err::AudioOut::NOT_INIT;
|
if (!audioInited) return Err::AudioOut::NOT_INIT;
|
||||||
return Ok;
|
return Ok;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user