View Single Post
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#10
Originally Posted by kruppin View Post
Oh, well, I guess it's best to leave it to the experts.
"The experts" (or rather, "the expert") doesn't have the game and is not interested in it (having the native original one), so...
Also, no work until next year.

Now, I would be impressed if a game actually cared about the DPI values.

To build preenv without scaling at all is just a matter of removing
Code:
#define ENABLE_SCALING 1
#define ENABLE_FS_SCALING 1
lines from src/libsdlpre/config.h

(I added the options recently to make running preenv easier on other devices).

Note also that despite I call this "scaling" there's no scaling at all. The game runs at the native N900 resolution, which is the reason they look unusually good and also the reason for the "scaling problems".

Last edited by javispedro; 2010-12-23 at 00:36.