mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 17:27:09 +02:00
Fix for some SIMD issues
This commit is contained in:
parent
160ed83cda
commit
c06940b130
13 changed files with 124 additions and 36 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue