mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
Optimized memory modified check (#538)
* Optimized memory modified check This was initially in some cases more expensive than plainly sending the data. Now it should have way better performance. * Small refactoring * renamed InvalidAccessEventArgs * Renamed PtPageBits * Removed ValueRange(set) They are currently unused and won't be likely to be used in the near future
This commit is contained in:
parent
e2d93b7714
commit
f7c654a6a3
7 changed files with 84 additions and 409 deletions
|
@ -995,7 +995,7 @@ namespace Ryujinx.HLE.HOS.Kernel
|
|||
}
|
||||
}
|
||||
|
||||
private void InvalidAccessHandler(object sender, InvalidAccessEventArgs e)
|
||||
private void InvalidAccessHandler(object sender, MemoryAccessEventArgs e)
|
||||
{
|
||||
PrintCurrentThreadStackTrace();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue