Improve BRX target detection heuristics (#1591)

This commit is contained in:
gdkchan 2020-10-03 02:43:33 -03:00 committed by GitHub
parent 86412ed30a
commit 0954e76a26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 39 additions and 2 deletions

View file

@ -9,6 +9,11 @@
T MemoryRead<T>(ulong address) where T : unmanaged;
public bool MemoryMapped(ulong address)
{
return true;
}
public int QueryComputeLocalSizeX()
{
return 1;