mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Finish Environmental Variables subsubsection
parent
fd95b13b9e
commit
e61ab8c7e7
@ -31,3 +31,9 @@ Environmental Variables are variables that are always available, no matter what.
|
|||||||
`GM9OUT` - the standard output path (i.e. `0:/gm9/out`)
|
`GM9OUT` - the standard output path (i.e. `0:/gm9/out`)
|
||||||
`CURRDIR` - the directory the script is running from (i.e. `0:/gm9/scripts`)
|
`CURRDIR` - the directory the script is running from (i.e. `0:/gm9/scripts`)
|
||||||
`HAX` - the exploit the system is running from (can be `ntrboot`, `sighax`, `a9lh`, or ` ` (empty, would be ""))
|
`HAX` - the exploit the system is running from (can be `ntrboot`, `sighax`, `a9lh`, or ` ` (empty, would be ""))
|
||||||
|
`ONTYPE` (stands for Old/NewTYPE) - the console type. (`O3DS` or `N3DS`)
|
||||||
|
`RDTYPE` (stands for Retail/DevTYPE) - the unit type. (`retail` or `devkit`)
|
||||||
|
`SYSID0` - ID0 of SysNAND.
|
||||||
|
`EMUID0` - ID0 of EmuNAND (if available).
|
||||||
|
`TIMESTAMP` - the current time in hhmmss format (based on RTC).
|
||||||
|
`DATESTAMP` - the current date in YYMMDD format (based on RTC).
|
Loading…
x
Reference in New Issue
Block a user