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