Jamiras
Jamiras
Please also update the `test_hash_gamecube` function to initialize an iterator and validate the new code path.
@bozothegeek - have you had a chance to look at the unit test suggestion?
Agreed. `.rvz` is a custom compression format, and requires very specific code to handle it. It's not something I'd want to distribute as part of this library - even as...
I almost always just click History, and then the first item in that list. While it might be nice to just launch directly into the History list, it's certainly not...
I'm going to need more information to reproduce. I can define simple clauses representing the logic you claim is failing and they go through fine: ``` [TestCase("(bit1(0x001234) ^ 1) +...
> it tries to convert the total item counts (in this case on lines 12, 16 & 20) into always_true() / always_false() statements, and that's what makes it break. >...
I can reproduce on the stable 1.14.0 Windows x64 downloaded from libretro.com. I cannot reproduce with a msvc2019 release build of the v1.14.0 tag. Attaching a debugger shows this for...
That's a good idea. I do have older releases lying around. The behavior starts appearing in 1.11.0. It does not occur in 1.10.3. Unfortunately, there's over 1000 commits over five...
It's the addition of this code that's causing the problem (thanks for bisecting): https://github.com/libretro/RetroArch/blob/e45958b25a140cbd549cfb8771395f3bcd922e48/libretro-common/net/net_socket_ssl_mbed.c#L118-L126 which was added by #14351: https://github.com/libretro/RetroArch/pull/14351/files#diff-e68eaa44ad3da41536e0a0bc37e9e75f13750d7d4c29fd6cb54305b98e736f9fR225-R237 I'm not a socket programmer, so I don't know what...
> If the token is invalid, use the cheevos password to generate a new token. You have the password, you don't need to just settle for an expired token and...