mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-13 16:57:00 +00:00
Fix crash caused by VirtualRange mismatch (ryubing/ryujinx!109)
See merge request ryubing/ryujinx!109
This commit is contained in:
parent
01e1cd4d5a
commit
c482b7a1c0
@ -157,7 +157,7 @@ namespace Ryujinx.Memory.Range
|
|||||||
{
|
{
|
||||||
int index = BinarySearch(item.Address);
|
int index = BinarySearch(item.Address);
|
||||||
|
|
||||||
if (index >= 0 && Items[index].Value.Equals(item))
|
if (index >= 0)
|
||||||
{
|
{
|
||||||
_quickAccess.Remove(item.Address);
|
_quickAccess.Remove(item.Address);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user