YoshiRulz

Results 668 comments of YoshiRulz

Only prior issue I see is #1466 (I guess it's not failing silently anymore), and there's [my notes #189](https://gitlab.com/YoshiRulz/yoshis-hawk-thoughts/-/issues/189).

That's what I was thinking. DiztinGUIsh can't hook EmuHawk+BSNES atm, but it [can apparently import our CDL format](https://github.com/IsoFrieze/DiztinGUIsh/issues/45), so we don't even need to write an exporter.

...It hadn't occurred to me until just now that we would still need the core to implement the service and *produce* the CDL file, otherwise there's nothing to import into...

`/waterbox` in this repo. It's a userspace not-an-emulator which runs ELF binaries compiled against its fork of musl.

Is this a regression? That is, did it work in a previous version?

Pre-emptive mode also improved framerates in managed and maybe wbox, so ^ I set it globally. Nice find! ~~Testing this branch now.~~ Well it doesn't hang and the audio is...

GLideN64 ``` running as unprivileged user HawkFile bound /home/yoshi/Documents/BizHawk/output/gamedb/mame_machines.txt HawkFile bound /home/yoshi/Documents/BizHawk/output/gamedb/NesCarts.xml MAME Machine DB load: 00:00:00.0222606 sec Bootgod DB load: 00:00:00.1173148 sec throttle method: 1; resolution: 10000000 extra bundled...

Oh, that fixes it, now I can get in-game and it's almost playable (mostly stable 50 fps).

Your copy of the .NET SDK [is incomplete](https://stackoverflow.com/a/78737980). edit: Pushed https://github.com/TASEmulators/BizHawk/commit/697cf259119565601995082f7eea88b9f4fb7df4 to detect this. I'd be surprised if Arch doesn't have a proper package, but if that is the case,...

The `MONO_THREADS_SUSPEND` env var? I doubt changing that during execution would have any effect. You would have to set it and then figure out how to reproduce, debug, and fix...