Results 190 comments of Andrew Dodd

As I understand it, A770 only works if firmware-reflashed to appear as a Flex to the host system.

I do wonder if PS5 Pro will actually break anything if you use it in "backwards compatible" modes. After all I don't think there was anything special needed for PS4...

Not just Windows Defender - my corporate firewall is also blocking this release as malware.

25.2.5 was fortunately not flagged by my corporate firewall. Have you considered using github CI to generate release artifacts?

It is what it says it is - Mesa libraries for Windows, primarily for systems without a proper GPU that need a newer OpenGL implementation with low performance needs than...

It looks like libooz has python bindings at https://github.com/zao/pyooz - they're a bit out of date, sometime later this week I'll try and see whether a simple update of the...

> I decided not to use the `pyooz` Python binding, as I directly load `libooz.dll` using `ctypes`. Also, the `pyooz` implementation currently only available for decompression. > > To support...

OK, EXTREMELY preliminary compressor implementation for pyooz at https://github.com/Entropy512/pyooz/tree/add_compress - I've bumped ooz to use your PR, but looking at the pyooz implementation, your DLL export shouldn't be needed since...

I'm not surprised that recompressing to zlib worked. Ah, so you reused the existing size header for players.sav?

Doing this correctly would likely require the following: Apply the gainmap on import, linearize User does stuff Somehow determine new gainmap, save with https://github.com/google/libultrahdr A benefit of splitting it up...