Zhiyi Zhang (@zhiyi) commented about dlls/wineandroid.drv/init.c:
devmode->u1.s2.dmDisplayOrientation = 0; devmode->u1.s2.dmDisplayFixedOutput = 0;
While you're at it. Let's put settings these fields to be inside the if (n == 0) branch or return early if n != 0. This can be a separate patch.