Improve BRX target detection heuristics (#1591)
This commit is contained in:
parent
86412ed30a
commit
0954e76a26
4 changed files with 39 additions and 2 deletions
|
@ -9,6 +9,11 @@
|
|||
|
||||
T MemoryRead<T>(ulong address) where T : unmanaged;
|
||||
|
||||
public bool MemoryMapped(ulong address)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public int QueryComputeLocalSizeX()
|
||||
{
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue