mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-12 18:14:25 +00:00
18 lines
222 B
C#
18 lines
222 B
C#
![]() |
namespace Ryujinx.Cpu.LightningJit
|
||
|
{
|
||
|
public enum IsaVersion
|
||
|
{
|
||
|
None,
|
||
|
v80,
|
||
|
v81,
|
||
|
v82,
|
||
|
v83,
|
||
|
v84,
|
||
|
v85,
|
||
|
v86,
|
||
|
v87,
|
||
|
v88,
|
||
|
v89,
|
||
|
}
|
||
|
}
|