One of the main new features I added was the ability for Diz to talk over a local TCP socket connection to BSNES-plus, and receive compressed CDL/tracelog data in realtime.
I opened a PR at bsnes-plus, and while my code is very functional, it's not polished enough to go into upstream yet.
devinacker/bsnes-plus#268
I think for a 2.0 release of Diz, what we should do is make a bundle that takes my two patches for bsnes-plus and asar, and ships those with Diz as the officially supported partner tools. For now, we'll have to build both of those tools ourselves but, as the patches get merged back upstream [hopefully, someday], then we can go back to just linking to the stock versions.
So this task is:
- build a copy of the patched bsnes-plus
- build a copy of the patched Asar
- Create a package with those and Diztinguish
One of the main new features I added was the ability for Diz to talk over a local TCP socket connection to BSNES-plus, and receive compressed CDL/tracelog data in realtime.
I opened a PR at bsnes-plus, and while my code is very functional, it's not polished enough to go into upstream yet.
devinacker/bsnes-plus#268
I think for a 2.0 release of Diz, what we should do is make a bundle that takes my two patches for bsnes-plus and asar, and ships those with Diz as the officially supported partner tools. For now, we'll have to build both of those tools ourselves but, as the patches get merged back upstream [hopefully, someday], then we can go back to just linking to the stock versions.
So this task is: