Difference between revisions of "GetSetupSetting"
From WikiPrizm
Jump to navigationJump to search (Added warning about the lack of bounds checking.) |
(Removed incorrect comment and remove unneeded disassembly nothing really interesting to see.) |
||
Line 7: | Line 7: | ||
| parameters = * '''SystemParameterNo''' - index of the setting to retrieve. | | parameters = * '''SystemParameterNo''' - index of the setting to retrieve. | ||
| returns = The value of the setup setting specified on '''SystemParameterNo'''. | | returns = The value of the setup setting specified on '''SystemParameterNo'''. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</nowiki> | </nowiki> | ||
}} | }} |
Revision as of 22:00, 14 February 2015
Synopsis
Header: fxcg/system.h
Syscall index: 0x0031
Function signature: unsigned char GetSetupSetting(unsigned int SystemParameterNo)
Gets a Setup setting.
Parameters
- SystemParameterNo - index of the setting to retrieve.
Returns
The value of the setup setting specified on SystemParameterNo. </nowiki>