Dave Murphy
Dave Murphy
> ### How can the issue be reproduced? > Building my repo at vaguerant/red-viper is probably a decent start. If you want to replicate just the problematic portion, it can...
You'll need to figure out the size of the input data then GSPGPU_FlushDataCache(data, size) before GX_DIsplayTransfer, GSPGPU_InvalidateDataCache(texture->data, texture->data_size) after gspWaitForPPF().
I don't really see how we can support this header given that readv/writev are required to be atomic. We have no way to guarantee atomicity given that we're running on...
> Still no plan to add header? I tried to use asio to develop a switch app today, got the same error as glebm. Upstream newlib snapshot has been delayed...
I'm not sure that porting openssl is a great idea tbh. There was some work being done on mbedtls recently, I'll chase that up. ideally I think termios.h should be...
I'd rather people didn't do this - https://github.com/kbhomes/moonlight-switch/tree/master/dependencies expat is already in our packages, you don't need that. If libopus builds clean then submit a PR to https://github.com/devkitPro/pacman-packages libavcodec is...
Modifying a toolchain install is unacceptable https://github.com/kbhomes/moonlight-switch/blob/master/dependencies/dependencies.sh#L18-L22 If you do that & we do provide termios functions then pacman will be unable to install it and then, congratulations you just...
switch-expat should be available now, looks like the repo wasn't updated for it. libopus would be appreciated. really, really not keen on openssl - there's a reason why there are...
devkitPro **is not software**. **Nothing** is "included in devkitPro. We are an organisation who provide toolchains & libraries. Please do not attempt to bodge your way around missing headers without...