Skip to content

Commit

Permalink
Merge pull request #521 from rickgaiser/for-ps2h
Browse files Browse the repository at this point in the history
Fix: increase MAX_MODULES to 64
  • Loading branch information
AKuHAK committed Aug 30, 2021
2 parents c34c57a + 491cf4b commit 349de1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ extern unsigned int size_IOPRP_img;
extern unsigned char eesync_irx[];
extern unsigned int size_eesync_irx;

#define MAX_MODULES 32
#define MAX_MODULES 64
static void *g_sysLoadedModBuffer[MAX_MODULES];

#define ELF_MAGIC 0x464c457f
Expand Down

0 comments on commit 349de1d

Please sign in to comment.