FaultyRAM
FaultyRAM
rustfmt behaves correctly here; if the file doesn't end in a newline, one is appended, and if the file ends in more than one newline, the newlines after the first...
Trying to rule out the possibility that there's something funky going on with your build environment, so bear with me here: * What Windows SDK do you have installed? *...
It does, by querying `HKLM\SOFTWARE\Microsoft\Microsoft SDKs\Windows\[SDK. version]`, which is redirected to Wow6432Node on 64-bit Windows. (winres uses a different key, but AFAICT that one doesn't distinguish between versions). Apparently in...
Ah, I see now. This is an earlier a different version of the Windows 8.1 SDK, as indicated by the `A` suffix (the one that ships with Visual Studio 2017...
windres 0.2.1, which addresses this issue, is published on Crates.io. Could you run a `cargo update` and see if it works?
Works like a charm! Here's some quick screenshots of it in action. `OverrideMSAA=8`  `OverrideMSAA=4`  `OverrideMSAA=2`  `OverrideMSAA=1`  `OverrideMSAA=1` with ReShade effects applied (specifically, iMMERSE MXAO and SMAA)...