![]() |
Re: Preenv webOS games compatibility list
1 Attachment(s)
Driver has graphical problem on preenv 0.1.3
no any error in terminal... |
Re: Preenv webOS games compatibility list
Quote:
|
Re: Preenv webOS games compatibility list
Quote:
http://wiki.maemo.org/Preenv/FAQ#How...Driver_working I only have driver working with Preenv 0.1.1, but had to add a driver.ini file (with extra linefeed) to eliminate corrupted gaphics issue. |
Re: Preenv webOS games compatibility list
Quote:
Code:
file:sdlgl.c (Set attribute has been disabled,maybe enabling it is useful(after getting the buffer size)Example after requested 16bit buffer size with alpha channel: Code:
SDL_GL_SetAttribute( SDL_GL_RED_SIZE, 5 ); void SDL_SetEventFilter(SDL_EventFilter filter); This function sets up a filter to process all events before they are posted to the event queue. This is a very powerful and flexible feature. The filter is prototyped as: typedef int (*SDL_EventFilter)(const SDL_Event *event);If the filter returns 1, then the event will be added to the internal queue. If it returns 0, then the event will be dropped from the queue. This allows dynamically-selective filtering of events. There is one caveat when dealing with the SDL_QUITEVENT event type. The event filter is only called when the window manager desires to close the application window. If the event filter returns 1, then the window will be closed, otherwise the window will remain open if possible. If the quit event is generated by an interrupt signal, it will bypass the internal queue and be delivered to the application at the next event poll. Example: Code:
/* Using additional function */ SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 1); Here's a link for palm's opengl programming,you may find it useful: http://www.webos-internals.org/wiki/...1_3D_Cube_Demo |
Re: Preenv webOS games compatibility list
did the new update fix shrek kerting graphical problems ?
|
Re: Preenv webOS games compatibility list
Quote:
|
Re: Preenv webOS games compatibility list
How to get NFL 2010 save game work?
Thanks. |
Re: Preenv webOS games compatibility list
Raging Thunder 2 N/A Not Working (undefined symbol SDL_HapticOpen???)Fixed,should be tested again
I try to run it with Preenv 0.1.3 but it crashes. I didn't see any problem on the console output about "undefined symbol SDL_HapticOpen", only a segmentation fault. |
Re: Preenv webOS games compatibility list
Quote:
|
Re: Preenv webOS games compatibility list
This has little to do with this project but N.O.V.A. 2 is out downloading it now.
|
All times are GMT. The time now is 08:40. |
vBulletin® Version 3.8.8