equal
deleted
inserted
replaced
1 SDL 1.3 with open pandora console support ( http://openpandora.org/ ) |
1 SDL 2.0 with open pandora console support ( http://openpandora.org/ ) |
2 ===================================================================== |
2 ===================================================================== |
3 |
3 |
4 - A pandora specific video driver was writed to allow SDL 1.3 with OpenGL ES |
4 - A pandora specific video driver was writed to allow SDL 2.0 with OpenGL ES |
5 support to work on the pandora under the framebuffer. This driver do not have |
5 support to work on the pandora under the framebuffer. This driver do not have |
6 input support for now, so if you use it you will have to add your own control code. |
6 input support for now, so if you use it you will have to add your own control code. |
7 The video driver name is "pandora" so if you have problem running it from |
7 The video driver name is "pandora" so if you have problem running it from |
8 the framebuffer, try to set the following variable before starting your application : |
8 the framebuffer, try to set the following variable before starting your application : |
9 "export SDL_VIDEODRIVER=pandora" |
9 "export SDL_VIDEODRIVER=pandora" |