Skip to content

Commit

Permalink
Move SCE_OK to types.h (vitasdk#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
Princess-of-Sleeping authored Mar 4, 2022
1 parent 8782c14 commit a8e46e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/psp2/gxt.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ extern "C" {

/** GXT error codes */
typedef enum SceGxtErrorCode {
SCE_OK = 0,
SCE_GXT_ERROR_INVALID_VALUE = 0x805D0000,
SCE_GXT_ERROR_INVALID_POINTER = 0x805D0001,
SCE_GXT_ERROR_INVALID_ALIGNMENT = 0x805D0002
Expand Down
3 changes: 3 additions & 0 deletions include/psp2common/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ typedef struct SceDateTime {
} SceDateTime;


#define SCE_OK (0)


#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit a8e46e1

Please sign in to comment.