Moritz Bender
Moritz Bender
This unfortunately appears to be a badly documented quirk of `Path.GetFullPath`: The documentation states `If you pass in a short file name, it is expanded to a long file name`,...
Thanks for the suggestions. I tried setting `OPTFLAGS="-Ofast -flto -march=native -mtune=native"`, but I'm not seeing any difference in runtime speed. I see that the options are applied to the compilation...
I was testing with the cached interpreter (emumode 1) before, but set it to 0 now. I've also disabled the speedlimiter, although I've always measured fps with fast-forward active (holding...
The underlying cause for this issue has been identified and resolved. It was caused by mingw's library `fesetround` (and similar functions) to contain a `cpuid` call to check for SSE...
Should be resolved with e190a401764fd06700d18393a911c587ab51282c, can someone double-check with some affected games?
I wasn't aware of #3257 or ec3a23259cf0f9528aef661b9df51846997485f4 and now that I do I really don't understand the resolution. How is a normal user expected to interact with virtual keyboard controllers,...
What about this? ```diff diff --git a/cdtb/__main__.py b/cdtb/__main__.py index 2981da8..4629922 100644 --- a/cdtb/__main__.py +++ b/cdtb/__main__.py @@ -133,10 +133,11 @@ def command_wad_extract(parser, args): elif args.unknown == 'no': wad.files = [wf for...
I *think* that's intended? Greenzone integrity checks in waterbox fail all the time, for every frame. I don't think this is an issue, just a side-effect of how waterbox states...
> What exactly does the greenzone integrity check do? It compares the saved state with a new one when replaying from frame 0 and errors if any byte isn't equal.
I'm personally indifferent on whether or not sram should be compressed, but won't this require a version bump? And if we do format changes, we should ideally bundle as many...