mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 12:40:47 -07:00
IPC - Refactor Bcat service to use new ipc - Revisit (#4803)
* bcat ipc * fix hipc buffer flags * add buffer fixed size flag on generator
This commit is contained in:
@ -145,7 +145,7 @@ namespace Ryujinx.Horizon.Generators.Hipc
|
||||
|
||||
if (bufferFixedSize != null)
|
||||
{
|
||||
arg = $"new CommandArg({bufferFlags}, {bufferFixedSize})";
|
||||
arg = $"new CommandArg({bufferFlags} | HipcBufferFlags.FixedSize, {bufferFixedSize})";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user