Jeffrey Ozanne

Results 9 issues of Jeffrey Ozanne

Could we get an option to display a completely black screen on the phone while desktop mode is active? It would be useful to completely avoid burnin from static text...

I modified it a lot for my own usage and it's no longer the original example. Do I upload it to my own GitHub with the same Apache 2 license...

… Added aarch64 support for AES and CRC32 Hardware Acceleration. Aarch64 hardware acceleration is achieved by using translation headers from JishinMaster/simd_utils for sse support.

mkdir(folder, 777) should be mkdir(folder, 0777) to apply permissions correctly.

bug

mkdir(folder, 777) should be mkdir(folder, 0777) to apply permissions correctly. Otherwise, a read-only folder without permissions is created, causing the app to fail to write to it.

bug

Or just keep them on my own fork? Do you prefer for the project to stay only with Makefiles?

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### What feature are you suggesting? Would it be possible to install our existing...

feature request

The data will likely need to be changed later by the project maintainers.

I have added a CMake build system and a .gitignore. A CMake file is within the zlib directory to grab and set it up automatically. This is what it downloads:...