Updated Changelog (markdown)
parent
0a010fa593
commit
38c056ff6c
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ All updates to the Ryujinx official master build will be documented in this file
|
|||
|
||||
## 1.0.5899 - 2020-12-01
|
||||
### Changed
|
||||
- This is part 2 of an intended 4 part IPC refactor. Part 2: HLE services now use the ReplyAndReceive syscall to receive IPC requests, rather than having special handling on the kernel that would call the service function directly after a call to SendSyncRequest by the game.
|
||||
- This is part 2 of an intended 4 part IPC (Inter-Process Communication) refactor. Part 2: HLE services now use the ReplyAndReceive syscall to receive IPC requests, rather than having special handling on the kernel that would call the service function directly after a call to SendSyncRequest by the game.
|
||||
- This represents a more accurate approach to these processes.
|
||||
|
||||
## 1.0.5897 - 2020-12-01
|
||||
### Changed
|
||||
|
|
Loading…
Reference in a new issue