Skip to content

Commit

Permalink
comments for CSM_DESC.zeroN fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Azq2 committed Mar 26, 2024
1 parent 9900036 commit 4488270
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions swilib/include/swilib/csm.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ struct CSM_DESC {
int (*onMessage)(CSM_RAM *, GBS_MSG *); /**< Callback for GBS messages. */
void (*onCreate)(CSM_RAM *); /**< CSM constructor */
#ifdef NEWSGOLD
int zero1; /**< Unknown, set to 0 */
int zero2; /**< Unknown, set to 0 */
int zero3; /**< Unknown, set to 0 */
int zero4; /**< Unknown, set to 0 */
int zero1; /**< CSM_ToBackground, set to 0 */
int zero2; /**< CSM_ReEnter, set to 0 */
int zero3; /**< CSM_HasToBeSavedInBackground, set to 0 */
int zero4; /**< CSM_GetAppId, set to 0 */
#endif
void (*onClose)(CSM_RAM *); /**< CSM destructor */
int datasize; /**< Size of the CSM with custom payload */
Expand Down

0 comments on commit 4488270

Please sign in to comment.