Moritz Bender

Results 230 comments of Moritz Bender

Can the `ppsspp` folder be in *any* subfolder (submodules, ExternalProjects, ExternalCoreProjects) that isn't root? I would like to move away from polluting the BizHawk root folder with random core folders.

I think that's correct. A lot of current .so's rely on `libstdc++.so.6`.

Yeah xor logic for axis values is questionable at best, I'm not sure there is one "right" implementation. The previous logic effectively applied `or` logic for axis inputs, aka autofire...

Saturnus is waterboxed, I'm gonna go out on a limb here and say this is a hardware fault because the core physically cannot do this.

What's the WIP part about this? Could this just be merged as is or is something missing?

I haven't seen it, but I trust it's better than what we currently have. I know Rider supports it already, but it's probably good to wait a good amount of...

By the way this is about ready from my side. I'm still not too happy with the code structure but it works and fixes the issue, so 🤷. Unless there's...

I don't know if it's a bug, just a consequence of how mono works. Mono only inserts gc transitions in specific predefined places, like P/Invoke calls: https://github.com/wine-mono/mono/blob/3cc168b49a466de355a30dd1ee25f2e907c0fbaa/mono/metadata/marshal-ilgen.c#L1997 Maybe we could...

> How does mono handle C# function pointers here? (e.g. `delegate* unmanaged[Cdecl]`, those use calli underneath them) Assuming I implemented it correctly these suffer from the exact same problem; no...

It's broken in mono 6.8 and 6.12 (and probably all versions inbetween). It's good to hear that it's finally been fixed with mono 6.14, but it will probably take some...