Results 199 comments of kas1e

I going a bit futher: in zipfile.cpp, i doing that: ``` fseek(m_pFile, -(int)sizeof(dh), SEEK_END); long dhOffset = ftell(m_pFile); memset(&dh, 0, sizeof(dh)); if (fread(&dh, sizeof(dh), 1, m_pFile) != 1) return false;...

Was away from home, so continue again :) Doing that which in previous post passed things futher, but still i again have error "Failed to initialize resource cachce from resource...

What i mean is what function called next after zip:init(). zip:readfile() are next one which need fixing ? I just didnt find any function called pCustomArchive() (if that what you...

That strange, as zip::init seems passed fine, that what i have in output now, when put bunch of prinfs in zip::init(): ``` INFO: Looking for: PROGDIR:config.xml INFO: Expecting config.xml in...

Yeah, not that it's so much necessary, but have some more bits supported always good :) And demo pretty chillout one :)

It can be me mixed things up maybe (like compiling with different versions of libpng), but probabaly it still should't cause unsupported pixesl errors in any way. Try to build...

Nope, this one not supported.. On Pandora/Pyra this supported ?

I asked Daniel about adding this extension as well, just for future

Ok no more GL_R errors, but still all black.. Is it the same for you ?

Hm.. Maybe issue that i do not have GL_R support ..