View Single Post
jflatt's Avatar
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#1067
Originally Posted by govprog View Post
Sorry but The orientation 3 is not true.Also I am not sure the app can tamper it's orientation itself(Or maybe I am wrong).Also there is a chance that the gangstar has stopped working because it's sending the language en-us,You know,some games(e.g:Nova) do only have the en-GB and no en-us. Thanks for your fix again.(And also for your help.)
Any app can surely request its orientation to change. If you set enable_scaling, enable_fs_scaling and rotation to 0s you can see the original intention. You have to use a tiny portrait window though. It seems some games get ahold of the resolution and run wild with it (FIFA for example). There are several games that die just after asking for language, and it is correctly set according to the Palm docs. If you run strace on them, you can even see them later picking out different language files based on the returned language. These same games are dying somewhere else in the irrlicht engine.