mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Fix compiling
This commit is contained in:
parent
642e850dfe
commit
cf1bd9b61b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ int cellSailDescriptorCreateDatabase(vm::ptr<CellSailDescriptor> pSelf, vm::ptr<
|
||||||
{
|
{
|
||||||
cellSail->Warning("cellSailDescriptorCreateDatabase(pSelf=0x%x, pDatabase=0x%x, size=0x%x, arg=0x%x", pSelf.addr(), pDatabase.addr(), size, arg);
|
cellSail->Warning("cellSailDescriptorCreateDatabase(pSelf=0x%x, pDatabase=0x%x, size=0x%x, arg=0x%x", pSelf.addr(), pDatabase.addr(), size, arg);
|
||||||
|
|
||||||
switch (pSelf->streamType) {
|
switch ((s32)pSelf->streamType) {
|
||||||
case CELL_SAIL_STREAM_PAMF:
|
case CELL_SAIL_STREAM_PAMF:
|
||||||
{
|
{
|
||||||
u32 addr = pSelf->internalData[1];
|
u32 addr = pSelf->internalData[1];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue