Applet Manager services: Difference between revisions

No edit summary
 
Line 3,770: Line 3,770:
Unofficial name.
Unofficial name.


Takes a TransferMemory handle, an input u64 '''TransferMemorySize''' and an input u8. Returns an [[#INvDrv2User]].
Takes a TransferMemory handle, an input u64 '''TransferMemorySize''' and an input u8. Returns an [[NV_services#(S2)_INvDrv2User|INvDrv2User]].


== CreateNvDrv2UserSession ==
== CreateNvDrv2UserSession ==
Unofficial name.
Unofficial name.


No input. Returns an [[#INvDrv2User]].
No input. Returns an [[NV_services#(S2)_INvDrv2User|INvDrv2User]].


== GetNvDrv2UserTransferMemoryUsage ==
== GetNvDrv2UserTransferMemoryUsage ==
Line 3,885: Line 3,885:


The Event handle associated with '''EventId''' will be signalled when the memory is released.
The Event handle associated with '''EventId''' will be signalled when the memory is released.
== INvDrv2User ==
This is "nn::nvdrv::INvDrv2User".
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 || Open
|-
| 1 || Ioctl
|-
| 2 || Close
|-
| 4 || QueryEvent
|-
| 9 || DumpStatus
|-
| 10 || InitializeDevtools
|-
| 11 || Ioctl2
|-
| 12 || Ioctl3
|-
| 13 || [[#SetConfiguration]]
|}
=== SetConfiguration ===
Unofficial name.
Takes an input u64 '''Configuration'''. No output.
Bit 0 in '''Configuration''' represents the old '''GraphicsFirmwareMemoryMarginEnabled''' option.


= Library Applets =
= Library Applets =