diff options
Diffstat (limited to 'backends/PalmOS')
-rw-r--r-- | backends/PalmOS/Src/app.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/app.cpp b/backends/PalmOS/Src/app.cpp index 93592ef62c..5f1d7c54e6 100644 --- a/backends/PalmOS/Src/app.cpp +++ b/backends/PalmOS/Src/app.cpp @@ -452,6 +452,10 @@ Err AppStart(void) { AppStartCheckScreenSize(); AppStartSetMemory(); // set memory required by the differents engines + // force ARM option if bDirectMode + if (!error) + if (bDirectMode && OPTIONS_TST(kOptDeviceARM)) + gPrefs->arm = true; return error; } |