mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
[orbis-kernel] chroot bugfixes
reduce log spam increase count of gcm buffers
This commit is contained in:
parent
1f001101a4
commit
e9dfaf2573
12 changed files with 60 additions and 27 deletions
|
|
@ -101,7 +101,7 @@ struct BridgeHeader {
|
|||
std::uint32_t bufferCount;
|
||||
CmdMemoryProt memoryAreas[128];
|
||||
CmdCommandBuffer commandBuffers[32];
|
||||
CmdBuffer buffers[8];
|
||||
CmdBuffer buffers[10];
|
||||
// orbis::shared_mutex cacheCommandMtx;
|
||||
// orbis::shared_cv cacheCommandCv;
|
||||
std::atomic<std::uint64_t> cacheCommands[4];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue