Filippo Tarpini

Results 59 comments of Filippo Tarpini

I've been debugging this with VS given that it also happens on my machine. As long as I have both apps running in admin mode, `DiscordRpcClient _discordClient` is setup and...

Same, it now works without changing anything. Though Discord is not showing me what it's showing to others. Don't think that's normal.

Yes, Games without rich presence show up on top of my user, like: "Playing Apex Legends" but rich presence apps don't. Though this seems to be a discord problem as...

Nevermind, I've manually updated ViGEm to 1.17 and it fixed the problem. Keeping the bug open for reference. I thought DS4 would update the driver as well so I didn't...

Note that while the input mapping window is open, depending on your current view dolphin spams updates to "Motor L | Motor R" with a value of 0. For the...

This is literally the only known relevant bug that happens when the frame rate is unlocked. It was definately worth of From Software to lock the entire game at 60fps...

Happy to see this got merged. Thanks for quoting your references. I have resumed work on my other audio PRs, so this should make things a little simpler.

@AdmiralCurtiss It seems like cubeb still hasn't re-enabled `IAudioClient3` by default, which would allow for lower latency on Win 10/11: [PR commit](https://github.com/dolphin-emu/dolphin/pull/8920/commits/3690b7d3afb589fc8ac01e75553b8c75780b4ed6) [cubeb bug thread](https://bugzilla.mozilla.org/show_bug.cgi?id=1590902) I'd say we should give...

> @AdmiralCurtiss It seems like cubeb still hasn't re-enabled `IAudioClient3` by default I've done it here: https://github.com/dolphin-emu/dolphin/pull/11466

I highly suggest to take a look at this more advanced downsampling method: https://github.com/dolphin-emu/dolphin/pull/11999/commits/ca93a5191fef40947a6fac935ce814fca8a2a295 It's heavier, but it looks damn fantastic when scaling from a relatively higher resolution. On older...