aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Cpu/LightningJit/CodeGen/RegisterType.cs
blob: c4a726bc9c7ccfb888b3ff48815b25f6b0415cca (plain)
1
2
3
4
5
6
7
8
namespace Ryujinx.Cpu.LightningJit.CodeGen
{
    enum RegisterType
    {
        Integer,
        Vector,
    }
}