Matt Coffin

Results 6 issues of Matt Coffin

# Description Starting with SteamVR `1.15.X`, overlays (via `IVROverlay` from a game client, **and** the "system" overlay displayed when you hit the "system" button on the index controllers), wobble, as...

bug

This fixes the operability of using intercept on 64-bit linux. * A few things were different sizes * the layout of the partial gamestate struct used to find the gamestate...

This adds a new feature, `xdg_mime`, that will force the use of `xdg-mime` for querying autodetected mime types instead of [`tree_magic`](https://docs.rs/tree_magic). # Justification If you use `wl-copy` to copy a...

There needs to be a decent way to link against libcore if we want to be able to write idiomatic Rust with this. I have put (admittedly hacked) together a...

intercept/intercept@46b293080f5989b7fb850139c45c979b0c5579c7 still had a few minor things broken for linux 64-bit compatibility. I cleaned up the syntactical stuff, and it *does* compile and work (even with custom types) for at...

Similar to how prior to cd8774d477a5294954a45bc07e4886315c055d29 the loader was broken on perf/prof branches, the linux64 does not find it's `12MemFunctions` entrypoint anymore, presumably for similar reasons. As one of the...