summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/psxbios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c
index d55ee101..6206e9e5 100644
--- a/libpcsxcore/psxbios.c
+++ b/libpcsxcore/psxbios.c
@@ -225,7 +225,7 @@ struct DIRENTRY {
char name[20];
s32 attr;
s32 size;
- struct DIRENTRY *next;
+ u32 next;
s32 head;
char system[4];
};