The y-mouse axis still works, (the ini setting)... However...
Whoever, "fixed it", seems to have broken it...
To get the same value as before, I had to adjust my settings from these settings... (In Skyrim.ini)
[Controls]
fMouseHeadingSensitivity=0.0360
bMouseAcceleration=0
fMouseHeadingYScale=0.0120
fMouseHeadingXScale=0.0110
to these settings...
[Controls]
fMouseHeadingSensitivity=0.0280
bMouseAcceleration=0
fMouseHeadingYScale=0.4800 <--- Note the MAJOR change. (Someone removed Mouse-Y/Game-Frame-Rate)
fMouseHeadingXScale=0.0120
I imagine someone ORIGINALLY had the formula as, (Mouse-delta-Y/Game-Time), now fixed with (Mouse-delta-Y/Game-Frame-Rate), however... your mouse does not need a delta, if comparing to frame-rate. (That is why the mouse was buggy, seeming to change WITH the frame-rate, as that is what delta would do... Not the raw Y value.)