Skip to content

Commit

Permalink
Merge branch 'dongleman-BR3' of https://github.com/israpps/ps2sdk int…
Browse files Browse the repository at this point in the history
…o dongleman-BR3
  • Loading branch information
israpps committed Mar 18, 2024
2 parents 138f8b9 + c0cda53 commit 5a6aa3b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion iop/memorycard/mcman/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@
// CRC32: EC5F33F9
// Note: currently is based on the last XMCMAN from BOOTROM:
// 0x02,0x0a (looks like mistake, cause last XMCMAN is 0x02,0x09)
IRX_ID(MODNAME, 2, 11);

#define MAJOR 2
#if !defined(BUILDING_DONGLEMAN) //dongleman version is 0x204
#define MINOR 11
#else
#define MINOR 4
#endif

IRX_ID(MODNAME, MAJOR, MINOR);

char SUPERBLOCK_MAGIC[] = "Sony PS2 Memory Card Format ";
char SUPERBLOCK_VERSION[] = "1.2.0.0";
Expand Down

0 comments on commit 5a6aa3b

Please sign in to comment.