summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/psxbios.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c
index 5d1ba48c..16f23e7a 100644
--- a/libpcsxcore/psxbios.c
+++ b/libpcsxcore/psxbios.c
@@ -193,10 +193,10 @@ typedef struct {
/*
typedef struct {
- long next;
- long func1;
- long func2;
- long pad;
+ s32 next;
+ s32 func1;
+ s32 func2;
+ s32 pad;
} SysRPst;
*/
@@ -223,10 +223,10 @@ typedef struct {
struct DIRENTRY {
char name[20];
- long attr;
- long size;
+ s32 attr;
+ s32 size;
struct DIRENTRY *next;
- long head;
+ s32 head;
char system[4];
};