diff options
author | 3gg <3gg@shellblade.net> | 2024-05-04 16:51:29 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2024-05-04 16:51:29 -0700 |
commit | 8222bfe56d4dabe8d92fc4b25ea1b0163b16f3e1 (patch) | |
tree | 763389e42276035ac134d94eb1dc32293b88d807 /src/contrib/SDL-2.30.2/docs/README-pandora.md |
Initial commit.
Diffstat (limited to 'src/contrib/SDL-2.30.2/docs/README-pandora.md')
-rw-r--r-- | src/contrib/SDL-2.30.2/docs/README-pandora.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/contrib/SDL-2.30.2/docs/README-pandora.md b/src/contrib/SDL-2.30.2/docs/README-pandora.md new file mode 100644 index 0000000..68ea774 --- /dev/null +++ b/src/contrib/SDL-2.30.2/docs/README-pandora.md | |||
@@ -0,0 +1,17 @@ | |||
1 | Pandora | ||
2 | ===================================================================== | ||
3 | |||
4 | ( http://openpandora.org/ ) | ||
5 | - A pandora specific video driver was written to allow SDL 2.0 with OpenGL ES | ||
6 | support to work on the pandora under the framebuffer. This driver do not have | ||
7 | input support for now, so if you use it you will have to add your own control code. | ||
8 | The video driver name is "pandora" so if you have problem running it from | ||
9 | the framebuffer, try to set the following variable before starting your application : | ||
10 | "export SDL_VIDEODRIVER=pandora" | ||
11 | |||
12 | - OpenGL ES support was added to the x11 driver, so it's working like the normal | ||
13 | x11 driver one with OpenGLX support, with SDL input event's etc.. | ||
14 | |||
15 | |||
16 | David Carré (Cpasjuste) | ||
17 | cpasjuste@gmail.com | ||