PTMSYSM:ConfigureNew3DSCPU: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x08180040] |- | 1 | u8 value |} =Response= {| class="wikitable" border="1" |- ! ..."
 
 
Line 27: Line 27:
=Description=
=Description=
This just uses [[SVC|svcKernelSetState]] with Type10 where Param0=<input u8 value from the cmd>.
This just uses [[SVC|svcKernelSetState]] with Type10 where Param0=<input u8 value from the cmd>.
This command is implemented in the Old3DS PTM sysmodule too, but the above type is only implemented in the New3DS ARM11-kernel.


This is used by [[NS]].
This is used by [[NS]].

Latest revision as of 23:50, 27 September 2015

Request

Index Word Description
0 Header code [0x08180040]
1 u8 value

Response

Index Word Description
0 Header code
1 Result code

Description

This just uses svcKernelSetState with Type10 where Param0=<input u8 value from the cmd>.

This command is implemented in the Old3DS PTM sysmodule too, but the above type is only implemented in the New3DS ARM11-kernel.

This is used by NS.