mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 16:05:56 +00:00
fix some warnings
This commit is contained in:
parent
e0d6f8a311
commit
2f53d58cd9
9 changed files with 20 additions and 21 deletions
|
|
@ -77,7 +77,7 @@ struct avc2_settings
|
|||
u8 video_stream_sharing = 0;
|
||||
u32 total_video_bitrate = 0;
|
||||
|
||||
static bool saveable(bool is_writing) noexcept
|
||||
static bool saveable(bool /*is_writing*/) noexcept
|
||||
{
|
||||
return GET_SERIALIZATION_VERSION(cellSysutil) != 0;
|
||||
}
|
||||
|
|
@ -698,7 +698,7 @@ error_code cellSysutilAvc2SetSpeakerMuting(u8 muting)
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
error_code cellSysutilAvc2Load_shared(SceNpMatching2ContextId ctx_id, u32 container, vm::ptr<CellSysutilAvc2Callback> callback_func, vm::ptr<void> user_data, vm::cptr<CellSysutilAvc2InitParam> init_param)
|
||||
error_code cellSysutilAvc2Load_shared(SceNpMatching2ContextId /*ctx_id*/, u32 /*container*/, vm::ptr<CellSysutilAvc2Callback> callback_func, vm::ptr<void> user_data, vm::cptr<CellSysutilAvc2InitParam> init_param)
|
||||
{
|
||||
if (!init_param || !init_param->avc_init_param_version ||
|
||||
!(init_param->avc_init_param_version == 100 ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue