mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
orbis-kernel: extend max load segments count
This commit is contained in:
parent
48c1ea0ce9
commit
ffe2837915
2 changed files with 3 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ struct Module final {
|
|||
ptr<void> ehFrame{};
|
||||
uint32_t ehFrameHdrSize{};
|
||||
uint32_t ehFrameSize{};
|
||||
ModuleSegment segments[4]{};
|
||||
ModuleSegment segments[16]{};
|
||||
uint32_t segmentCount{};
|
||||
std::uint8_t fingerprint[20]{};
|
||||
ptr<void> base{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue