Applet Manager services: Difference between revisions

Line 1,742: Line 1,742:
=== SetVrPositionForDebug ===
=== SetVrPositionForDebug ===
Takes 4 input s32s, no output.
Takes 4 input s32s, no output.
The s32s are: x, y, width, height.
The cached value loaded from [[Settings_services#GetDebugModeFlag]] must be 1, otherwise an error is returned.
width must be 1-1280, height must be 1-720.
x and y must not be negative. x+width must be <=1280. y+height must be <=720.


=== GetDefaultDisplayResolution ===
=== GetDefaultDisplayResolution ===