I believe I read somewhere that there is a technique which will make games appear more smooth than they are. I believe it is some visual trick, but I don't remember which one. (It is be something like "You percieve game to be more fluid if there is good shadows").
I may be wrong and there is no such thing.
for(int i=0; i < 20; i++) { Draw(); }
. Then your game will appear faster. – Jonathan Connell Jun 15 '11 at 08:06