summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-2.30.2/docs/README-pandora.md
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2024-05-04 16:51:29 -0700
committer3gg <3gg@shellblade.net>2024-05-04 16:51:29 -0700
commit8222bfe56d4dabe8d92fc4b25ea1b0163b16f3e1 (patch)
tree763389e42276035ac134d94eb1dc32293b88d807 /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.md17
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 @@
1Pandora
2=====================================================================
3
4( http://openpandora.org/ )
5- A pandora specific video driver was written to allow SDL 2.0 with OpenGL ES
6support to work on the pandora under the framebuffer. This driver do not have
7input support for now, so if you use it you will have to add your own control code.
8The video driver name is "pandora" so if you have problem running it from
9the 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
13x11 driver one with OpenGLX support, with SDL input event's etc..
14
15
16David Carré (Cpasjuste)
17cpasjuste@gmail.com