I see that a always get a different max FPS on different devices.
rem
rem AGK Application
rem
rem Portrait App
SetDisplayAspect( 0.66 )
SetSyncRate( 120, 0 )
rem A Wizard Did It!
do
fps = ScreenFPS ( )
Print ( fps )
Sync()
loop
This code will always display:
120 FPS on windows.
30 FPS on my samsung galaxy s2 mobile.
63 FPS on Asus eepad transformer tablet.
Why cant i get more then 30 FPS on a samsung s2 ?
If im not able to fix this, could you all post your FPS from your mobiles, just like to know the max FPS on different devices.
Thanks.
best regards Preben Eriksen,