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
snes9x2002
Commits
4e3380de
Commit
4e3380de
authored
Oct 06, 2020
by
Libretro-Admin
Browse files
Cleanups
parent
c1aaaebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sdd1.c
View file @
4e3380de
...
...
@@ -111,9 +111,6 @@ void S9xSDD1SaveLoggedData()
fwrite
(
Memory
.
SDD1LoggedData
,
8
,
Memory
.
SDD1LoggedDataCount
,
fs
);
fclose
(
fs
);
#if defined(__linux)
//chown (S9xGetFilename (".dat"), getuid (), getgid ());
#endif
}
Memory
.
SDD1LoggedDataCountPrev
=
Memory
.
SDD1LoggedDataCount
;
}
...
...
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