-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splitting headers in order to have single modules functions #274
Comments
Most people are not doing that, and we can't afford to break them. |
That means we can't actually ship decent and accurated documentation due to some people preferring to make their life harder. P.s. I don't see "most" people using these headers btw. |
The drawbacks largely overwhelm the small benefit such a change would bring. We now avoid any kind of breaking changes unless it is absolutely necessary. |
Fun fact, there is only 1 usage of the HTTPS Vita API on github: Issues like this should be resolved in a democratic way (it should be less frustrating for both sides). Personally, I vote to split, because I'm the one that made a mistake back in the psp2sdk days (173210/psp2sdk@e72bf40) and I don't like doing mistakes. |
@CelesteBlue-dev Please abstain from calling people names, especially for no good reason. |
This is something required for properly implementing #124 .
At the moment we have some headers that actually contain functions from several modules like:
psp2/videodec.h having sceAvcdec and sceVideodec functions.
psp2/net/http.h having sceHttp and sceHttps functions.
Actually splitting headers shouldn't bother too much since the suggested way to use headers is actually to just include vitasdk.h without cherry picking headers.
The text was updated successfully, but these errors were encountered: