Ryujinx/src/ARMeilleure/Decoders/DecoderMode.cs
2023-04-27 23:51:14 +02:00

9 lines
No EOL
142 B
C#

namespace ARMeilleure.Decoders
{
enum DecoderMode
{
MultipleBlocks,
SingleBlock,
SingleInstruction,
}
}