mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-10 06:41:05 +00:00
9 lines
140 B
C#
9 lines
140 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
enum DecoderMode
|
|
{
|
|
MultipleBlocks,
|
|
SingleBlock,
|
|
SingleInstruction,
|
|
}
|
|
}
|