Amine Hassane

Results 22 comments of Amine Hassane

Did you check if this occurs with an unpatched dxvk?

I've never seen anyone banned specifically for using dxvk-async. For me personally I've used it with no issues in plenty of multiplayer games with all kind of anticheats. But that...

> Turns out that it was because dxvk can partially make shaders during loading screens now (used to be ignored), now it's on Mesa to implement the features required. From...

> Can we expect this patch to be obsolete once the AMD and Intel drivers have the required components implemented? Or will it be able to be used alongside the...

I wrote a [patch](https://gist.github.com/Sporif/eddb58c25e5145e1025f2c3c654c9f84) to simplify ReShade configuration while maintaining backwards compatibility. With it all you need to specify is the shader name in `effects` and the path to the...

Implemented the changes as best I could, but there's one big problem I hadn't noticed before: the copy doesn't actually work (at least on minio) as the copied object is...

Ok so I'm really dumb, none of this is needed, `x-amz-copy-source` is just a header to add to a `put_object` request. Not sure it's worth adding a test for that...

Does this happen with the 495 driver series? I ask because I get that exact same error with the 510 series in certain dxvk games when switching focus from the...

A bit of css will remove it: ``` #tt > tooltip { display: none; } ```

I've implemented your first suggestion, what do you think? Also, I was trying to hide the cursor with `seat.set_app_cursor(None)`, but then it doesn't show up again until it enters another...