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