Configuration Memory: Difference between revisions
No edit summary |
No edit summary |
||
Line 97: | Line 97: | ||
! PROCESS VIRTUAL ADDRESS | ! PROCESS VIRTUAL ADDRESS | ||
! WIDTH | ! WIDTH | ||
|- | |||
| 3D_SLIDERSTATE | |||
| 0x1FF81080 | |||
| 4 | |||
|- | |- | ||
| MENUTID | | MENUTID | ||
Line 197: | Line 201: | ||
= Shared Memory Page Fields = | = Shared Memory Page Fields = | ||
== 3D_SLIDERSTATE == | |||
This float contains the state of the 3D slider. The range of this float is value 0.0f for "off", and 1.0f for max. | |||
== MENUTID == | == MENUTID == | ||
Line 203: | Line 210: | ||
== ACTIVEMENUTID == | == ACTIVEMENUTID == | ||
This contains the titleID of the currently running menu launched by [[NS]]. Normally this is the home menu TID from MENUTID, but if launching that fails this titleID is the [[NS#Alternate Menu|alternate menu]].(On debug units this is the TID loaded from [[Config_Savegame|config]]) | This contains the titleID of the currently running menu launched by [[NS]]. Normally this is the home menu TID from MENUTID, but if launching that fails this titleID is the [[NS#Alternate Menu|alternate menu]].(On debug units this is the TID loaded from [[Config_Savegame|config]]) | ||