when I try to launch new versions of Angry Birds I get "missing library" message.
So I tried to compile with GLES=2, but I get error message when linking about missing gles_extensions_init.
So I commented this line in apkenv.c - then I can compile apkenv and run new version of Angry Birds, but I get only transparent window which I can only close - and it apkenv informs me that it is using generic lib instead of angrybirds one.
What is gles_extensions_init and why it is missing in GLES2? How can I replace it?
*edit* in new version of Angry Birds there is shaders/gles2 folder and also a new library, so it will not be as easy as compiling apkenv for GLES2 I think... probably library also needs to be written or at least rewritten.
As mentioned in the other apkenv thread, there's now experimental support for something new available as a pull request, contributed by TMO user "liar":