mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-12-10 13:52:05 +01:00
10 lines
140 B
C#
10 lines
140 B
C#
namespace ARMeilleure.Decoders
|
|
{
|
|
enum DecoderMode
|
|
{
|
|
MultipleBlocks,
|
|
SingleBlock,
|
|
SingleInstruction,
|
|
}
|
|
}
|