Erik Abair

Results 83 comments of Erik Abair

In https://github.com/mborgerson/xemu/pull/1080 I added a CPU-based renderer to handle writable const/context registers. In theory we could implement a path for NHL 2002 that falls back to running the shader on...

According to Discord this is triggered when doing a CPU vs CPU game: https://discord.com/channels/680221390359887933/680221390359888154/999822976667099196

You appear to have omitted the most important part of the issue template, and have provided no info indicating what game you're talking about. Please edit the report and add...

Also be aware that use of a debug bios is not recommended and can lead to bad behavior (including freezes) in various games. If you're not doing actual xbox program...

> Thanks. It was most likely the bios. Another bios got me in game and I did not notice a problem that was for sure a bug. As in game...

See the discussion in XboxDev/nxdk/#511 - at the moment there will (almost certainly) be some visual corruption until the nxdk is extended to allow persistence of the framebuffer.

Definitely agree that less deps would be better; I saw that PR when I was initially looking for the most straightforward solution and decided it looked like it was not...

@kosmas12 I took a stab at putting in a simple foundation that uses JSON files to define themes. Assuming @dracc is OK with this approach, maybe you'd like to rebase...

+1 to JSON over a custom blob format that will require a tool to create. Also +1 to having one image size and scaling it in hardware. I believe you...

#112 has an example of what I was thinking back when I saw this draft, btw. Probably good to discuss with @dracc to see if theming is desired and to...