James Groom

Results 254 comments of James Groom

*Every* core? I'd imagine N64, PSX, and Saturn get the whole controller state at once at the start of the frame. I agree though that an ISubInputPollable should be extracted...

The registers of both CPUs are already exposed, not as memory domains but as registers. Use `Tools` > `Debugger` (but for #2769...) or `emu.getregisters` from Lua to read them. Does...

# Issues with EmuHawk Misc. issues: - Mono seemingly ignores the GTK theme... on my machine >:( ~~Meaning everything is ugly and there's nothing we can do about it. TBH...

@Sappharad So you had no issues building `libblip_buf`? And how did you get Gambatte and QuickNES working? Re: ZX Spectrum [Asnivor told me how to use it](https://github.com/TASVideos/BizHawk/pull/1380#issuecomment-443254830)

@Asnivor to add to that, I suggested in #1380 to use an integer everywhere except actually drawing the background (which ZXHawk already does?), using [`Color.FromArgb(int)` (MSDN)](https://docs.microsoft.com/en-us/dotnet/api/system.drawing.color.fromargb?view=netframework-4.7.2#System_Drawing_Color_FromArgb_System_Int32_).

@nattthebear I'm also getting "value is null" on Manjaro w/ [Mono](https://www.archlinux.org/packages/extra/x86_64/mono/), [Mono VB.NET](https://aur.archlinux.org/packages/mono-basic/): ![o noes](https://i.imgur.com/CVo1pFZ.png) ``` ~$> mono --version Mono JIT compiler version 5.16.0 (makepkg/bb3ae37d71a Sat Dec 8 13:21:35 CET...

Virtu may or may not work in branch `unix_morecompat_temp` (= `MoreUnixMonoCompatWork`) if you know how to use an Apple II (because we don't). edit: changed branch name

Edit: had `kill $(ps ...)` one-liner here, no longer necessary

@Sappharad Have you had any experience with [MoltenVK](https://github.com/KhronosGroup/MoltenVK)? If I get Vulkan working it might be easier to start over with that than to continue maintaining OpenGL, which I understand...

In IRC, Sappharad mentioned the refactoring is finally done. edit: as of posting on 2019-04-30