aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/os5_gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/PalmOS/Src/os5_gfx.cpp')
-rw-r--r--backends/platform/PalmOS/Src/os5_gfx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/PalmOS/Src/os5_gfx.cpp b/backends/platform/PalmOS/Src/os5_gfx.cpp
index be5d28bc56..bd91be628c 100644
--- a/backends/platform/PalmOS/Src/os5_gfx.cpp
+++ b/backends/platform/PalmOS/Src/os5_gfx.cpp
@@ -72,6 +72,7 @@ void OSystem_PalmOS5::load_gfx_mode() {
if (OPTIONS_TST(kOptModeRotatable)) {
_sysOldOrientation = __68K(SysGetOrientation());
__68K(SysSetOrientation(sysOrientationLandscape));
+ __68K(SysSetOrientationTriggerState(sysOrientationTriggerDisabled));
}
gVars->indicator.on = RGBToColor(0,255,0);