Skip to content
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

Errno updates #665

Merged
merged 3 commits into from
Oct 8, 2024
Merged

Errno updates #665

merged 3 commits into from
Oct 8, 2024

Conversation

uyjulian
Copy link
Member

@uyjulian uyjulian commented Oct 4, 2024

Includes descriptions for definitions and also added definitions for 47 and 48

Copy link
Member

@fjtrujy fjtrujy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice improvement!

@fjtrujy fjtrujy merged commit dbb7fa1 into ps2dev:master Oct 8, 2024
3 checks passed
@israpps
Copy link
Contributor

israpps commented Oct 8, 2024

since we are dealing with errno. what about adding PS2 error codes there too?

For example. I see on OPL EE Core

#define SCE_EBINDMISS 0x10000 /** Could not bind with RPC server */
#define SCE_ECALLMISS 0x10001 /** Could not call the RPC function */
#define SCE_ELOADMISS 0x10003 /** ELF/Module load failed */

are those actual SCE Errors?

@uyjulian
Copy link
Member Author

uyjulian commented Oct 8, 2024

errno.h would be for standard error codes. The SCE_ prefixed ones aren't there

@israpps
Copy link
Contributor

israpps commented Oct 8, 2024

errno.h would be for standard error codes. The SCE_ prefixed ones aren't there

oh. didn't saw they're already in loadfile.h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants