mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-29 19:40:46 -07:00
16 lines
205 B
C#
16 lines
205 B
C#
namespace Ryujinx.Horizon.Sdk.MmNv
|
|
{
|
|
enum Module : uint
|
|
{
|
|
Cpu,
|
|
Gpu,
|
|
Emc,
|
|
SysBus,
|
|
MSelect,
|
|
NvDec,
|
|
NvEnc,
|
|
NvJpg,
|
|
Test,
|
|
}
|
|
}
|