Line 45:
Line 45:
|VPADBASESetVolumeOverrideSetting
|VPADBASESetVolumeOverrideSetting
|<syntaxhighlight lang="C">void VPADBASESetVolumeOverrideSetting(int channel, char enabled, char volume);</syntaxhighlight>
|<syntaxhighlight lang="C">void VPADBASESetVolumeOverrideSetting(int channel, char enabled, char volume);</syntaxhighlight>
−
|Sets a volume override. Set enabled to 1 and volume to the desired value (0-255) to enforce; or set enabled to 0 to disable.
+
|Sets a volume override. Set enabled to 1 and volume to the desired value (0-255) to enforce; or set enabled to 0 to disable. When a volume override is in effect, all sound will come out the speakers regardless of whether headphones are connected.
|-
|-
|VPADBASEInitVolumeOverrideSettingSyncTime
|VPADBASEInitVolumeOverrideSettingSyncTime