Skip to content

Commit

Permalink
Fix: increase MAX_MODULES to 64
Browse files Browse the repository at this point in the history
We've reached 32 :)
  • Loading branch information
rickgaiser committed Aug 29, 2021
1 parent 5d0e587 commit 438eb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system.c
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 438eb38

Please sign in to comment.