mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-31 01:46:27 -05:00
Fix for some SIMD issues
This commit is contained in:
@@ -22,7 +22,7 @@ namespace ChocolArm64.Translation
|
||||
|
||||
public void Emit(AILEmitter Context)
|
||||
{
|
||||
switch (IoType & AIoType.Mask)
|
||||
switch (IoType)
|
||||
{
|
||||
case AIoType.Arg: Context.Generator.EmitLdarg(Index); break;
|
||||
|
||||
|
Reference in New Issue
Block a user