Heel

Results 13 comments of Heel

I haven't tried AX but I can confirm the wheel works with nintendont on GX as long as you're on a real Wii with gamecube ports and set the "native"...

Very frequent crashes on dx12 but runs pretty well on Vulkan for me on rtx2060, full speed and no noticeable visual issues. There are still some crashes on Vulkan as...

I needed it to keep pyflakes about complaining about the _() function used for string translation that was automatically made available in all source files for the app I was...

Doing all the normal app initialization for the pyflakes run would be ideal in the sense that it will have all the right imports and whatever other state is required....

Not exactly, I want to mock a constructor to ensure that a fake object is returned (and code in the real constructor doesn't get executed).

Let's say in my code I have a constructor that generates CoolThing objects: ``` var CoolThing = function() { // call some expensive initialization code }; var foo = new...

That sounds about right :) You just also need a way to make the fake constructor return a custom object: ``` new ConstructorMock(CoolThing, object_to_instantiate); ``` Or something along those lines....

It's kind of tricky to test with injected games, but from what I could tell the issue might be with latest nintendont dol and the older one I had on...

I was finally able to make Splatoon work by using the SSSL DNS server in addition to installing Inkay. As I understand it this shouldn't be necessary so seems like...

Okay so the situation I have is: - with Inkay only, Splatoon doesn't load news and skips right to the plaza, going into lobby gives server error, so no online...