Skip to content

Commit

Permalink
Assign syssramex.__padding1 to DVD device code
Browse files Browse the repository at this point in the history
  • Loading branch information
Extrems committed Feb 24, 2025
1 parent 467ebc9 commit b12728e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gc/ogc/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ struct _syssram {
* \param __padding0 padding
* \param flashID_chksum[2] 8bit checksum of unlock flash ID
* \param gbs Game Boy Player Start-Up Disc settings
* \param __padding1 padding
* \param dvddev_code DVD device code
*/
typedef struct _syssramex syssramex;

Expand All @@ -240,7 +240,7 @@ struct _syssramex {
u8 __padding0;
u8 flashID_chksum[2];
u16 gbs;
u16 __padding1;
u16 dvddev_code;
} ATTRIBUTE_PACKED;

typedef void (*alarmcallback)(syswd_t alarm,void *cb_arg);
Expand Down

0 comments on commit b12728e

Please sign in to comment.