Cathy J. Fitzpatrick
Cathy J. Fitzpatrick
I'm able to inject Special K into Silent Hill 2 remake with a 100% success rate. I'm using global injection via SKIF. It does not crash at startup.
A Special K plugin is just any DLL that you produce. Special K will load the DLL in such a way as to cause `DllMain` to be invoked. You'll likely...
Pull request #94 should be accepted, particularly because the situation has gotten a lot worse since LizardByte/Sunshine#3002 was merged. When @cgutman closed pull request #94, I'm not sure he fully...
Moonlight is raising the error in question because it hasn't received the first video data within 10 seconds. However, Sunshine can't send any video data unless the slow part of...
To further clarify this, I understand what you are saying, but the reason Sunshine starts the stream before the video is working is that everything except video is already working...
> Can you remove avahi from the Portfile too? Done. I also removed a reference to it from the documentation.
> * Can you add `avahi` here? Done. > * Anything you can add documentation blocks to would be immensely helpful as I have a goal to get to a...
I have fixed the lint error.
I have now fixed the clang-format error, which unfortunately did not show up until after I fixed the cmake-lint error with the previous modification. That's why I didn't fix both...
> Last question, do you have any ideas on how to unit test this? It would be complicated to craft programmatic unit tests for this code. First, we would need...