diff --git a/Quakespasm.html b/Quakespasm.html
index 457957b6..4f6342fa 100644
--- a/Quakespasm.html
+++ b/Quakespasm.html
@@ -141,7 +141,9 @@
Cvars
joy_exponent - For the look stick, the stick displacement (between 0 and 1) is raised to this power. Default is 2. A value of 1 would give a linear relationship between stick displacement and fraction of the maximum angular speed.
joy_exponent_move - Same as joy_exponent but for the move stick. Default is 2.
joy_invert - Set to 1 to invert the vertical axis of the look stick.
-joy_swapmovelook - Set to 1 to swap the left and right analog stick functions. Default is 0, move on the left stick, look on the right stick.
+joy_swapmovelook - Set to 2 for legacy (GE/PD 1.1) style controls (move forward/backward look left/right on left stick, move left/right and look up/down on right stick.
+ Set to 1 to swap the left and right analog stick functions.
+ Default is 0, move on the left stick, look on the right stick.
joy_enable - Set to 0 to disable controller support. Default is 1.
diff --git a/Quakespasm.txt b/Quakespasm.txt
index 94cf2d02..97cd37cd 100644
--- a/Quakespasm.txt
+++ b/Quakespasm.txt
@@ -3,7 +3,7 @@
______________________________________________________________________
- Page last edited: July 2024.
+ Page last edited: January 2025.
1. About
@@ -129,9 +129,9 @@
- joy_invert - Set to 1 to invert the vertical axis of the look
stick.
- - joy_swapmovelook - Set to 1 to swap the left and right analog stick
- functions. Default is 0, move on the left stick, look on the right
- stick.
+ - joy_swapmovelook - Set to 2 for legacy (GE/PD 1.1) style controls (move forward/backward look left/right on left stick, move left/right and look up/down on right stick.
+ Set to 1 to swap the left and right analog stick functions.
+ Default is 0, move on the left stick, look on the right stick.
- joy_enable - Set to 0 to disable controller support. Default is 1.