Kemal Afzal
Kemal Afzal
This question is a little bit old, but I encountered the same problem and I found three possible solutions: 1. Match `/*` and then mess with nex internals so that...
or do it the safe old fashioned way with a union
I see it's allowed in C but not in C++. Though GNU C++ allows it 😉
I'm trying to reproduce your issue, but just installing Nim via choosenim doesn't seem to do the trick. Also judging from the trace the issue seems to be that nimsuggest...
I could get those null values as well, though only by replacing my nimsuggest executable throw something which always quits with code 1. With #76 this isn't solved, it should...
atleast for paramStr that's correct behaviour, look at the link you sent. the proc is defined multiple times for different platforms. To not have to repeat the doc string, there's...
I can confirm that the extension to still works with nimsuggest build from devel source.
We don't even have GPU access yet, so there's a clear no to this one. Besides I think the whole concept of streaming would be a bit of an overkill....
there is support for hosting a local wireless network in the Switch, which is used quite often in games with local multiplayer(Mario Kart, …). Unfortunately libnx currently doesn't support interfacing...
Thanks for reporting! I already knew about this, but since I rarely play in docked mode, I haven't thought much about it. I don't think there's a straightforward fix to...