Update site/content/entry/yuzu-progress-report-may-2021/index.md

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
This commit is contained in:
Matías Locatti 2021-06-09 09:28:20 -03:00 committed by liushuyu
parent 65435b3cd5
commit a6949ce500

View file

@ -112,7 +112,7 @@ bunnei worked on [various improvements to the IPC and session management](https:
as a memory region, a file, etc. as a memory region, a file, etc.
A `session` in this context refers to an object that is created to manage the information exchange between a client (i.e. games) and a server (services that the game uses to A `session` in this context refers to an object that is created to manage the information exchange between a client (i.e. games) and a server (services that the game uses to
render graphics, play audio, get user input, etc.). render graphics, play audio, get user input, etc.).
With these changes, the code in charge of `session management` has been updated to support the new `IPC` protocol, besides fixing a number of inaccuracies in some of the With these changes, the code in charge of `session management` has been updated to support the new `IPC` protocol, additionally fixing a number of inaccuracies in some of the
error-checking functions. error-checking functions.
bunnei has also greatly simplified the original `IPC` code, which should improve the memory usage and performance of these operations. bunnei has also greatly simplified the original `IPC` code, which should improve the memory usage and performance of these operations.