mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 13:00:46 -07:00
mm: Migrate service in Horizon project (#5580)
* mm: Migrate service in Horizon project This PR migrate the `mm:u` service to the Horizon project, things were checked by some RE aswell, that's why some vars are renamed, the logic should be the same as before. Tests are welcome. * Lock _sessionList instead * Fix comment * Fix Session fields order
This commit is contained in:
15
src/Ryujinx.Horizon/Sdk/MmNv/Module.cs
Normal file
15
src/Ryujinx.Horizon/Sdk/MmNv/Module.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace Ryujinx.Horizon.Sdk.MmNv
|
||||
{
|
||||
enum Module : uint
|
||||
{
|
||||
Cpu,
|
||||
Gpu,
|
||||
Emc,
|
||||
SysBus,
|
||||
MSelect,
|
||||
NvDec,
|
||||
NvEnc,
|
||||
NvJpg,
|
||||
Test,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user