mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-12-16 09:15:08 -06:00
Improve BRX target detection heuristics (#1591)
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
|
||||
T MemoryRead<T>(ulong address) where T : unmanaged;
|
||||
|
||||
public bool MemoryMapped(ulong address)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public int QueryComputeLocalSizeX()
|
||||
{
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user