SetSetupSetting
From WikiPrizm
Jump to navigationJump to search
Synopsis
Header: fxcg/system.h
Syscall index: 0x0032
Function signature: void SetSetupSetting(unsigned int SystemParameterNo, unsigned char SystemParameterValue)
Sets a Setup setting to the given value.
Parameters
- SystemParameterNo - index of the setting to change.
- SystemParameterValue - new value of the setting.
Example
The following example sets the keyboard input method to lowercase alpha-lock:
SetSetupSetting((unsigned int)0x14, 0x88);