mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Fixes
Fixed vm::vars missing be_t in a lot of cases and disabled a part of cellSailCreateDescriptor for now.
This commit is contained in:
parent
d58beb8f4c
commit
b96037f160
12 changed files with 40 additions and 38 deletions
|
|
@ -798,7 +798,7 @@ int cellGcmSortRemapEaIoAddress()
|
|||
//----------------------------------------------------------------------------
|
||||
// Memory Mapping
|
||||
//----------------------------------------------------------------------------
|
||||
s32 cellGcmAddressToOffset(u64 address, vm::ptr<u32> offset)
|
||||
s32 cellGcmAddressToOffset(u64 address, vm::ptr<be_t<u32>> offset)
|
||||
{
|
||||
cellGcmSys->Log("cellGcmAddressToOffset(address=0x%x,offset_addr=0x%x)", address, offset.addr());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue