Thread
:
Preenv webOS games compatibility list
View Single Post
hadjistyllis
2011-03-09 , 16:53
Posts: 203 | Thanked: 125 times | Joined on Jan 2011
#
1876
I noticed that worms and farm frenzy 2 has the same orientation problem.
Both of the games has start.sh before they execute the exe.
Farm frenzy:
#!/bin/sh
cd `dirname $0`
exec "./FarmFrenzy2"
Worms:
#!/bin/sh
cd `dirname $0`
exec "./Worms"
Does this has something to do with the problem??
Quote & Reply
|
hadjistyllis
View Public Profile
Send a private message to hadjistyllis
Find all posts by hadjistyllis