X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README.OMAP;h=0b5bb4cbdce09fa0bdd6aaccd347309b177c30de;hb=5d957fa546b1d2df1ccebc98c1a45cae38092f5e;hp=d99cbc448517e442abfc496206820a613b6bba8e;hpb=50339c939c4c04514b99cf390044e9710381a605;p=sdl_omap.git diff --git a/README.OMAP b/README.OMAP index d99cbc4..0b5bb4c 100644 --- a/README.OMAP +++ b/README.OMAP @@ -34,15 +34,21 @@ export SDL_VIDEODRIVER=omapdss --- Other environment variables: + SDL_OMAP_LAYER_SIZE: Output layer size. Regardless what you set with SDL_SetVideoMode(), output will be scaled to this size using hardware. Valid values: "WxH", for example "640x480" "fullscreen" for to cover whole screen. + SDL_OMAP_VSYNC: - Enables waiting for vertical sync on SDL_Flit() calls. + Enables waiting for vertical sync on SDL_Flip() calls. Set to "1" to enable, "0" to disable. +SDL_OMAP_DEFAULT_MODE: + If the app doesn't specify resolution in SDL_SetVideoMode(), then use this. + Should be specified in "WxH" format, for example "640x480". + Config file ----------- @@ -59,3 +65,9 @@ force_vsync = 1/0 # bind ev_home = sdlk_space bind ev_ = + +Source +------ + +Available at git://notaz.gp2x.de/~notaz/sdl_omap.git +