NS services: Difference between revisions

No edit summary
Line 1,900: Line 1,900:


Various Deliver cmds now load the same flag used by this cmd (IsLocalContentShareEnabled), with an error being returned when it's not enabled.
Various Deliver cmds now load the same flag used by this cmd (IsLocalContentShareEnabled), with an error being returned when it's not enabled.
==== Cmd4026 ====
Takes an input u64, returns an [[#IHostSession|IHostSession]].
The input u64 must match a state field.
This initializes [[LDN_services|ldn]] etc, and creates a network.
==== Cmd4027 ====
Takes an input u64, returns an [[#IClientSession|IClientSession]].
The input u64 must match a state field.
This initializes [[LDN_services|ldn]] etc.


=== IGameCardStopper ===
=== IGameCardStopper ===
Line 1,953: Line 1,967:
|-
|-
| 4 || [4.0.0+] GetErrorContext
| 4 || [4.0.0+] GetErrorContext
|}
=== IHostSession ===
This is "nn::ns::vphym::detail::IHostSession".
This was added with [20.0.0+].
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 ||
|-
| 1 ||
|-
| 2 ||
|}
=== IClientSession ===
This is "nn::ns::vphym::detail::IClientSession".
This was added with [20.0.0+].
{| class="wikitable" border="1"
|-
! Cmd || Name
|-
| 0 ||
|-
| 1 ||
|-
| 2 ||
|}
|}