sepalani
sepalani
> "Preferred" aka every pull request that misuses post-increment is told to change it during code review, and changes which are adjacent to post-increment usage should "fix it while you're...
After some testing, here's what's worth mentioning for Windows users: - When the SSDP discovery service is disabled, it makes the console detection (using the SSDP protocol) more stable. -...
@JMC47 I chose another approach that doesn't rely on the JNI code. It might not be 100% accurate but it's still better than introducing a JNI crash. Can you confirm...
@iwubcode Done. I wrote a more detailed comment regarding network interface and I improved the error logs to add the reason of failure. This PR was rebased to use `Common::DecodeNetworkError`,...
@JMC47 Yes, I'm done here and with https://github.com/dolphin-emu/dolphin/pull/10985. Tested on MKDD and Kirby Air Ride, the changes are working as intended on my end.
> > > > I'm guessing that this pr makes https://github.com/dolphin-emu/dolphin/pull/6728/files completely obsolete, doesn't it? > > That PR actually looks like it would still be very useful. It would...
What do you want to achieve/fix by doing that? AFAICT, that doesn't seem like the proper way to do it according to the [gettid man](https://man7.org/linux/man-pages/man2/gettid.2.html): > The thread ID returned...
@Minty-Meeo If you're referring to the single quote, I think that's intended as `'` can be used as a digit separator: https://en.cppreference.com/w/cpp/language/integer_literal
If I understand correctly, you're trying to allow Dolphin's netplay to use the rollback mechanism, am I correct? I don't want to sound too pessimistic but AFAICT projects like project-slippy...
@TryTwo When you have the time, do you mind to rebase this PR please?