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 GitHub
parent 586efe0206
commit 56908b5549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.