mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-03 23:56:27 -05:00
Fix for some SIMD issues
This commit is contained in:
@@ -8,10 +8,10 @@ namespace ChocolArm64
|
||||
{
|
||||
class ATranslator
|
||||
{
|
||||
private Dictionary<long, ATranslatedSub> CachedSubs;
|
||||
|
||||
public AThread Thread { get; private set; }
|
||||
|
||||
private Dictionary<long, ATranslatedSub> CachedSubs;
|
||||
|
||||
private bool KeepRunning;
|
||||
|
||||
public ATranslator(AThread Parent)
|
||||
|
Reference in New Issue
Block a user