mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Added .aligned() method for vm::ptr
Added set_alignment() macro for setting alignment Added alignof32() macro similar to sizeof32() Added CHECK_SIZE, CHECK_ALIGN macro with static_assert Minor refactoring
This commit is contained in:
parent
a7f77c27f7
commit
e896da8064
18 changed files with 1202 additions and 1237 deletions
|
|
@ -79,10 +79,10 @@ s32 sceVoiceGetMuteFlag(u32 portId, vm::ptr<u16> bMuted)
|
|||
throw __FUNCTION__;
|
||||
}
|
||||
|
||||
//s32 sceVoiceSetVolume(u32 portId, float volume)
|
||||
//{
|
||||
// throw __FUNCTION__;
|
||||
//}
|
||||
s32 sceVoiceSetVolume(u32 portId, float volume)
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
}
|
||||
|
||||
s32 sceVoiceGetVolume(u32 portId, vm::ptr<float> volume)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue