mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-18 10:37:04 +00:00
Memory changes 2.2.1
Cleans up some leftover comments i forgot to remove. Potentially fixes 1 more crash.
This commit is contained in:
parent
dae7ae7eaf
commit
a09568d1b7
3 changed files with 49 additions and 108 deletions
|
|
@ -473,6 +473,7 @@ namespace Ryujinx.Graphics.Gpu.Memory
|
|||
ranges._migrationTarget = this;
|
||||
|
||||
Lock.EnterWriteLock();
|
||||
|
||||
foreach (BufferModifiedRange range in inheritRanges)
|
||||
{
|
||||
Add(range);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue