Update APState.cs
This commit is contained in:
parent
226d057778
commit
137278516d
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ using System;
|
||||||
namespace ChocolArm64.State
|
namespace ChocolArm64.State
|
||||||
{
|
{
|
||||||
[Flags]
|
[Flags]
|
||||||
public enum APState
|
enum APState
|
||||||
{
|
{
|
||||||
VBit = 28,
|
VBit = 28,
|
||||||
CBit = 29,
|
CBit = 29,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue