ilyachastikov

Results 2 issues of ilyachastikov

If fullscreen is needed at start and if creating constructor for this for example: ``` Transformations() { mSettings.mFullScreen = true; mSettings.mMonitorIndex = 0; } ``` then the application will fail...

As I understood typical pattern of using fsFetchZipEntryName function is to send NULL as pBuffer parameter to get size of it and after this a second time invoke to get...