View Single Post
jflatt's Avatar
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#1049
Just a quick update, fixed a couple more things, maybe broke some things. Ancient Frog works now, but the orientation is wonky. Skater Nation seems broken somehow, but I don't know why. The newest copy has NOVA dpad mapped out, so it may work better for more games. Preliminary runtime configuration using gconf is in, you can set keys in /apps/preenv/<exename>. This is not the filesystem, it is a gconf database. Supported keys for now are:
Code:
enable_scaling
enable_fs_scaling
enable_fake_size
fake_width
fake_height
screen_width
screen_height
screen_rotation (uses PDL_Orientation enum)
As an example, to get proper aspect ratio, you can do
Code:
gconftool-2 --set --type int /apps/preenv/angrybirdsseasons/screen_width 720
This is only useful for playing with games that don't fit the screen yet, such as FIFA. I'm still trying to think of a way to do key mappings elegantly

Last edited by jflatt; 2011-01-18 at 04:56.
 

The Following 4 Users Say Thank You to jflatt For This Useful Post: