Skip to content

Commit

Permalink
add SYSV_ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
kr1spy2115 committed May 4, 2024
1 parent c3f5341 commit a09a407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libSceNpSignaling/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct SceNpId {
unsigned char reserved[8];
};

typedef void (*SceNpSignalingHandler)(uint32_t ctxId, uint32_t subjectId, int event, int errorCode, void* arg);
typedef void SYSV_ABI (*SceNpSignalingHandler)(uint32_t ctxId, uint32_t subjectId, int event, int errorCode, void* arg);

struct SceNpSignalingNetInfo {
size_t size;
Expand Down

0 comments on commit a09a407

Please sign in to comment.