mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
16 lines
219 B
C
16 lines
219 B
C
#pragma once
|
|
|
|
struct CellDmuxPamfAttr
|
|
{
|
|
be_t<u32> maxEnabledEsNum;
|
|
be_t<u32> version;
|
|
be_t<u32> memSize;
|
|
};
|
|
|
|
struct CellDmuxPamfEsAttr
|
|
{
|
|
be_t<u32> auQueueMaxSize;
|
|
be_t<u32> memSize;
|
|
be_t<u32> specificInfoSize;
|
|
};
|