BernardoGomesNegri
BernardoGomesNegri
We have multiple options, it seems: 1. Use QAnyStringView (what this PR currently uses, but open to changes) - This means we have access to the `size_bytes()` method which allows...
> Maybe it's selfish of me but it's a matter of whether Discover can leverage this safely in its queries. If we need to keep converting to qstring (utf16) then...
I just remembered: QUtf8StringView does not own the data it points to, and appstream expects whoever called the library to own the data. That means calling any function that returns...
Very nice code! A few questions (purely out of curiosity): is the base thread ever killed? If so, when? What is the difference between recvMsg/sendMsg and normal recv/send? I don't...
I've confirmed that generating random MAC addresses fixes the issue and allows more than 2 players to join a multiplayer session.
Did you set up MAC addresses correctly? See [the documentation](https://docs.libretro.com/library/melonds_ds/#what-is-a-mac-address).