orbea

Results 287 comments of orbea

> What kind of work does it take to prepare a proper stable release (curious)? @Screwtapello It would be good to clarify if you plan to make future stable tags...

There is some instability with savestates at least for some games. The problem should be resolved in the jgemu fork. https://gitlab.com/jgemu/bsnes The problem has to do with fast vs strict...

@RokkumanX Since the issue is not fixed in this repo perhaps its better to leave the issue open still? That said maybe it will never be fixed here... The libretro...

If I understand correctly OpenBSD is hiding features that are not posix (`vasprintf`) when the posix define (`-D_POSIX_C_SOURCE=200809L`) is used. I am not sure if this is a bug or...

I can also reproduce this, I have a `8bitdo sn30 pro 2`.

I rebased the PR removing the check for `EVP_PKEY_new_raw_private_key()` which was added in LibreSSL 3.7. I have also found out why the tests are failing, libressl doesn't have `openssl x590...

Actually I didn't notice earlier that starting with `4.0.0` two new tests were added which fail even with `--disable-self-generated-certificate`. ``` FAIL: test/integration/fapi-provisioning-with-template.fint FAIL: test/integration/fapi-provisioning-with-template-rsa.fint ``` Looking at the log it...

CI fails on a new test. > FAIL: test/unit/fapi-get-intl-cert Perhaps its a problem exposed by the build config or maybe by using a now older LibreSSL version. I currently have...

As pointed out in my LibreSSL issue (https://github.com/libressl/portable/issues/840#issuecomment-1509866208) `RAND_set_rand_method()` and `RAND_OpenSSL()` are both deprecated in OpenSSL >= 3.0. Additionally `RAND_set_rand_method()` is only there for compatibility and is not functional in...

I am having trouble running the tests with asan where they all fail with. ``` ==15155==ASan runtime does not come first in initial library list; you should either link runtime...