From df7eb83d5f5dc8027dc25225366dec6d5b7ce284 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Sun, 7 May 2023 22:53:19 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index ec6c0dc..28e9c32 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file. +## 1.1.765 - 2023-05-07 +### Changed: +- Switch ProcessResult to a class. + - Avoids large copies when passing or returning the ProcessResult. + - No expected changes in games. + ## 1.1.764 - 2023-05-07 ### Fixed: - UI: Expose games build ID for cheat management.