This commit is contained in:
Schplee 2022-01-11 14:05:05 -08:00 committed by GitHub
parent 9e0002baa1
commit 0c22c4e429
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -247,7 +247,7 @@ These changes increase yuzu's parity with recent updates to the Nintendo Switch
bunnei also implemented [SetMemoryPermission](https://github.com/yuzu-emu/yuzu/pull/7621), and updated the implementation of
[SetHeapSize](https://github.com/yuzu-emu/yuzu/pull/7635), which are SVCs used by the kernel to manage the memory resources.
Previously, `SetHeapSize` only supported setting the heap size and expand it, which was good enough for most games.
Previously, `SetHeapSize` only supported setting the heap size and expanding it, which was good enough for most games.
But since some titles (such as `Donkey Kong Tropical Freeze`) may shrink this size, the implementation was updated to allow games to change the heap as needed, making it
more accurate.