1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-24 12:46:27 -05:00

Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used for now)

This commit is contained in:
gdkchan
2018-05-26 17:49:21 -03:00
parent cb1cf489f9
commit 9670c096e4
19 changed files with 799 additions and 525 deletions

View File

@@ -30,6 +30,8 @@ namespace ChocolArm64
ThreadState = new AThreadState();
ThreadState.ExecutionMode = AExecutionMode.AArch64;
ThreadState.Running = true;
}