Macdu
Macdu
What annoys a bit with this PR (and SceCtrl) is that the content it adds is not really complete and often not that useful for debugging. Like for example when...
Would it be possible to add an option in the config to disable internet (by returning SCE_NETCTL_STATE_DISCONNECTED and a sce or http error when doing a request) if you don't...
> > Would it be possible to add an option in the config to disable internet (by returning SCE_NETCTL_STATE_DISCONNECTED and a sce or http error when doing a request) if...
That's good for me, I will try testing some games which send http requests and if it works correctly I think this pr would be ready to be merged.
Could you consider using std::string instead of char* everywhere? I think this would solve a lot of issues (about buffer size and I highly think there are some memory leaks...
Could you use openssl BIO (basic input/output) (openssl/bio.h) instead of native functions calls with socket? They make the code more complicated and generate crashes that are difficult to understand on...
@Zangetsu38 are you okay with having to use vcpkg to build Vita3K on Windows ? (if it is the case then I think it should be ready to merge).
Hello, Do you know if your D: drive is formatted with exFAT ?
Can you test this build? It should fix this issue: https://github.com/Vita3K/Vita3K/actions/runs/2611517895 There is a known issue with exFAT and Vita3K.
Yes, thank you for the validation error, that's the helpful part. It looks like AMD GPUs do not support the D24U8 depth stencil format. In my latest update I switched...