From a9f1d362eac0d590c9bbb370d3c488b2cbe35b3f Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Thu, 7 Oct 2004 09:19:33 +0000 Subject: Force ARM in direct mode svn-id: r15443 --- backends/PalmOS/Src/app.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends') 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; } -- cgit v1.2.3