Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
RACE
Commits
bb99c3c8
Commit
bb99c3c8
authored
Oct 07, 2020
by
Libretro-Admin
Browse files
Buildfixes
parent
e10f24a8
Pipeline
#498
passed with stages
in 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
state.c
View file @
bb99c3c8
...
...
@@ -53,7 +53,7 @@ struct race_state_0x11
u32
PC_offset
;
s32
Z80_ICount
;
#elif DRZ80
Z80_Regs
Z80
;
struct
Z80_Regs
Z80
;
#endif
/* Sound */
int
sndCycles
;
...
...
@@ -90,7 +90,7 @@ struct race_state_0x10 /* Older state format */
u32
PC_offset
;
s32
Z80_ICount
;
#elif DRZ80
Z80_Regs
Z80
;
struct
Z80_Regs
Z80
;
#endif
/* Sound Chips */
...
...
@@ -115,7 +115,7 @@ static int state_store(race_state_t *rs)
extern
s32
Z80_ICount
;
int
size_of_z80
;
#elif DRZ80
extern
Z80_Regs
Z80
;
extern
struct
Z80_Regs
Z80
;
#endif
extern
int
sndCycles
;
...
...
@@ -193,7 +193,7 @@ static int state_restore(race_state_t *rs)
extern
s32
Z80_ICount
;
int
size_of_z80
;
#elif DRZ80
extern
Z80_Regs
Z80
;
extern
struct
Z80_Regs
Z80
;
#endif
extern
int
sndCycles
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment